#Unsupported file type xxx/yyy.scss
2 messages · Page 1 of 1 (latest)
It looks like your .scss file is inside your pages folder and Astro is trying to use the file to create a route. You can prefix your file with _ to prevent Astro from trying to turn it into a route: https://docs.astro.build/en/guides/routing/#excluding-pages or move it to another folder like src/css