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
When I run npm run dev, I can navigate around my site just fine. All pages work and are generated correctly.
When I run npm run build, none of the pages are generated but no error messages are reported.
The problem seems to be with pages/feeds/blog.xml.js. If I rename this file to pages/feeds/_blog.xml.js, then npm run build builds all of the pages correctly. But because there's no error message, I can't tell what the problem is or how to fix it.
What version of
astro
are you using?1.6.2
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Windows
Describe the Bug
I'm running Astro as a static site generator.
When I run
npm run dev
, I can navigate around my site just fine. All pages work and are generated correctly.When I run
npm run build
, none of the pages are generated but no error messages are reported.The problem seems to be with
pages/feeds/blog.xml.js
. If I rename this file topages/feeds/_blog.xml.js
, thennpm run build
builds all of the pages correctly. But because there's no error message, I can't tell what the problem is or how to fix it.Link to Minimal Reproducible Example
https://github.com/humanwhocodes/money.humanwhocodes.com/tree/astro
Participation
The text was updated successfully, but these errors were encountered: