File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { TanStackRouterDevtools } from "@tanstack/react-router-devtools";
1010import { DefaultCatchBoundary } from "~/components/DefaultCatchBoundary" ;
1111import Navbar from "~/components/Navbar" ;
1212import { NotFound } from "~/components/NotFound" ;
13- import appCss from "~/styles/app.css?url" ;
1413import { seo } from "~/utils/seo" ;
1514import { ThemeProvider , initialTheme } from "../components/ThemeProvider" ;
1615import { MotionConfig } from "framer-motion" ;
@@ -33,7 +32,7 @@ export const Route = createRootRoute({
3332 ] ,
3433 scripts : [ initialTheme ( ) ] ,
3534 links : [
36- { rel : "stylesheet" , href : appCss } ,
35+ { rel : "stylesheet" , href : "~styles/app.css?url" } ,
3736 {
3837 rel : "apple-touch-icon" ,
3938 sizes : "180x180" ,
You can’t perform that action at this time.
0 commit comments