undo inline css in prod

This commit is contained in:
2026-09-02 23:02:00 +02:00
parent 6d2ba636ad
commit a87e27e03f
2 changed files with 4 additions and 11 deletions
+4 -6
View File
@@ -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",