inline css in prod

This commit is contained in:
2026-09-02 23:00:03 +02:00
parent 51bfab5a64
commit 6d2ba636ad
2 changed files with 11 additions and 4 deletions
+6 -4
View File
@@ -35,10 +35,12 @@ export const Route = createRootRoute({
},
],
links: [
{
rel: "stylesheet",
href: appCss,
},
// {
// rel: "stylesheet",
// href: appCss,
// },
...(import.meta.env.DEV ? [{ rel: "stylesheet", href: appCss }] : []),
{
rel: "icon",
href: "/favicon.svg",