Next.js Discord

Discord Forum

Vercel does not apply css to deployed with Next.js14

Unanswered
suna posted this in #help-forum
Open in Discord
My question is how can I deploy Express with version 14 of Next.js to vercel so that the CSS is reflected correctly?
The target github is below.
https://github.com/sunagi/dw
public/css/style.css is the relevant one.

The site deployed in vercel is as follows
https://dw-eight.vercel.app/
At this time, the following error message is output to the console
dw-eight.vercel.app/:1 Refused to apply style from ‘https://dw-eight.vercel.app/css/style.css’ because its MIME type (‘text/html’) is not a supported stylesheet MIME type, and strict MIME checking is enabled.

0 Replies