Hi! Im trying to deploy to vercel, but I always get the following error:
16:24:46 [build] Building static entrypoints...
16:24:50 [ERROR] [vite] [vite]: Rollup failed to resolve import "@/components/icons/Github.vue" from "/vercel/path0/src/components/Navbar.vue".
This is most likely unintended because it can break your application at runtime.
If you do want to externalize this module explicitly add it to
`build.rollupOptions.external`
I already tried the solutions given in #4464 and #5172 (switching to serverless didn't work)
Code and more in the comments.
GitHub
What version of astro are you using? ^1.0.8 Are you using an SSR adapter? If so, which one? @astrojs/vercel What package manager are you using? yarn What operating system are you using? Mac Describ...
