Nuxt Content suddenly stopped working
After I tried to solve the
Using <NuxtLayout> inside app.vue will cause unwanted layout shifting in your application. Consider removing <NuxtLayout> from app.vue and using it in your pages.
error, my content pages stopped working... I cannot get them working again. Also my application is so slow to start now, even small updates result in long nuxt reloads.
I have to split this up, as its too long for discord .-.1 Reply
Here is my about page (
/pages/about.vue
):
And my markdown equiavalant of it (/content/about.md
):
My app.vue
:
Routing is made only using <RouterLink />
.
It frustates me, as I've put a lot of work into the project already...
I've also already tried nuxt cleanup && nuxt prepare
a lot... Didn't solve anything.
Another thing is that I also run into this error as well: Error: ENOENT: no such file or directory, access '\\.\pipe\nitro\worker-16772-1.sock'
.