Nuxt 3 unable to preload css

504 views Asked by At

I am building a static site with Nuxt 3, deployed & hosted to Github Pages.

I added a dynamic route to my static site under pages/features/[id].vue. However when viewing this page on my github static hosting, I receive a 500 error message:

Unable to preload CSS for https://pierpaolo01.github.io/vidicrowd-website/assets/_id_.3d21884c.css

With the following errors in my console

My console errors

I cannot wrap my head around what is going wrong here,

The 404 files are present in the build folder in github pages, and locally works well.

Here is my nuxt config along with my project on github:

Nuxt config: https://github.com/Pierpaolo01/vidicrowd-website/blob/main/nuxt.config.ts Nuxt project: https://github.com/Pierpaolo01/vidicrowd-website

0

There are 0 answers