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: [ links: [
// { {
// rel: "stylesheet", rel: "stylesheet",
// href: appCss, href: appCss,
// }, },
...(import.meta.env.DEV ? [{ rel: "stylesheet", href: appCss }] : []),
{ {
rel: "icon", rel: "icon",
href: "/favicon.svg", href: "/favicon.svg",
-5
View File
@@ -20,11 +20,6 @@ const config = defineConfig({
crawlLinks: true, crawlLinks: true,
failOnError: true, failOnError: true,
}, },
server: {
build: {
inlineCss: true,
},
},
pages: [ pages: [
{ {
path: "/callback", path: "/callback",