AssetCEO
AssetCEO
Although the case of URLs does not affect URL resolution in most cases, it is generally recommended to use lowercase and separate each word with a hyphen (-) for SEO...
I agree with your point. Perhaps the official documentation should remind users about this issue, or update the path parsing logic. However, I would recommend the former, for SEO purposes.
I have tried your code, and it works fine. However, you can also try this: In /pages/article/[...slug].vue ``` {{ doc.title }} {{ doc.year }} ``` You can remove `` tag,...
Could you please provide the contents of the .md file and nuxt.config.ts?
I created a new project to test, and the same issue occurred. However, my old project displays the code style normally. I am not sure why this is happening. I...
@Rox-Cat, your solution is a viable workaround. After building the project, code style can be displayed normally in dev mode. It appears that this is an issue caused by the...
@Rox-Cat Did you delete the `node_modules`, `.nuxt`, and `.output` directories and the `package-lock.json` file before reinstalling the modules?