You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today I wasted multiple hours with docus and nuxthq/studio.
I had a wrong icon in my index.md file:
Wrong
title: 'Frontend'
icon: mdi:top
Correct
title: 'Frontend'
icon: mdi:dock-top
Even though I'm not using Nuxt Studio, there is no way to disable it. I learned this hard way because when I run npm run build the build process stopped silently after rendering routes. No errors no hint. The fourth route would have been __studio.json.
This issue completely destroys the application. A single typo in an MD file can make the whole build process unusable without any notice.
It is probably a nuxthq/studio issue, but there is no issue queue and maybe this sames someone else time.
The text was updated successfully, but these errors were encountered:
Today I wasted multiple hours with docus and nuxthq/studio.
I had a wrong icon in my index.md file:
Wrong
Correct
Even though I'm not using Nuxt Studio, there is no way to disable it. I learned this hard way because when I run
npm run build
the build process stopped silently after rendering routes. No errors no hint. The fourth route would have been__studio.json
.This issue completely destroys the application. A single typo in an MD file can make the whole build process unusable without any notice.
It is probably a nuxthq/studio issue, but there is no issue queue and maybe this sames someone else time.
The text was updated successfully, but these errors were encountered: