- Failed during stage 'building site': Build script returned non-zero exit code: 2
- Could not resolve ../components/Footer.astro from src/pages/index.astro
The issue seems to appear only when I add components. I have a "Header" component that seems to build fine, but the Footer component is now causing an issue despite following the Astro component documentation.
Here is the repo: https://github.com/adamlevoy/pikavibe-astro
Super bummed that I can't seem to get a very simple Astro component to build and deploy 😦