admin管理员组文章数量:1315226
While pushing changes to my site, I decided to check the changes once in prod. I found that it's homepage is returning a 404 error (let's assume for this question, the site is example, with the homepage at example). I ran npm run build
once again. Yet the issue persisted. My astro.config.js
file is set at default, my Netlify publish dir is dist
, no error logs are there in the deploy section. The curious thing is, going to any other file other than the homepage (like example/about/) returns that page properly, and yes, there is no index.html
file or index
folder in dist
. How do I fix this?
Thx in advance
本文标签: astrojsAstro skips building indexastroStack Overflow
版权声明:本文标题:astrojs - Astro skips building index.astro - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741970502a2407807.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论