How to define in Nuxt dynamic router properties? Let's assume that my domain is test.domain.com (where everything is fine) and then i might have multiple IDs like test.domain.com/87833/ or test.domain.com/87834/ or test.domain.com/87835/
router: {
base: process.env.NODE_ENV === "development" ? process.env.BASE_URL : "/87833/"
}