Include app.css in custom error.html file #6801
-
I have an So other than duplicating this file, what other options are there for sharing the base css between the site and the static error page? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
One option is to create a route, say |
Beta Was this translation helpful? Give feedback.
One option is to create a route, say
routes/app.css/+server.js
, that you use to serve the css file.