mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 11:03:52 +00:00
undo inline css in prod
This commit is contained in:
@@ -35,12 +35,10 @@ export const Route = createRootRoute({
|
||||
},
|
||||
],
|
||||
links: [
|
||||
// {
|
||||
// rel: "stylesheet",
|
||||
// href: appCss,
|
||||
// },
|
||||
...(import.meta.env.DEV ? [{ rel: "stylesheet", href: appCss }] : []),
|
||||
|
||||
{
|
||||
rel: "stylesheet",
|
||||
href: appCss,
|
||||
},
|
||||
{
|
||||
rel: "icon",
|
||||
href: "/favicon.svg",
|
||||
|
||||
Reference in New Issue
Block a user