Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build process broken if an inexistant icon is used. #1041

Open
ayalon opened this issue Sep 17, 2024 · 0 comments
Open

Build process broken if an inexistant icon is used. #1041

ayalon opened this issue Sep 17, 2024 · 0 comments

Comments

@ayalon
Copy link

ayalon commented Sep 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant