Anatoli Kazharski
Anatoli Kazharski
https://github.com/nuxt/telemetry/issues/30#issuecomment-1187729192
> Yeah I have a problem with that. Do you have a fix? I don't have one yet. It was a suggestion to the developers of vue-tour.
Version `1.7.0` in `Nuxt 3`: ```js { ... "devDependencies": { "nuxt": "3.0.0-rc.3", }, "dependencies": { "@nuxtjs/router": "^1.7.0", } } ``` If you include the module in the `modules` section: ```js...
@vis97c I work with `Nuxt`. And now I'm trying to translate a project from `Nuxt 2` to `Nuxt 3`. In `Nuxt 2` I used `@nuxtjs/router` module to configure the router....
@vis97c Thank you! This option is certainly interesting too and may be suitable for some simple cases. But in my case, adding and removing site translations is done through the...
Hello, everyone! I ran tests with the code that @prinzt provided and found that when you change the number of articles in the blog, the **sitemapindex.xml** file does not change...
Have you already tried the tests? Have you replayed the problem?