Fix falsche Style Datei wird reingeladen
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import i18next from "i18next";
|
||||
|
||||
import "../style/global.scss";
|
||||
import "#style/global.css";
|
||||
import "../../svelte-dialogs.config"
|
||||
import "svelte-ripple-action/ripple.css"
|
||||
import DashboardSidebar from "../components/Dashboard/DashboardSidebar.svelte"
|
||||
@@ -50,7 +50,7 @@ const schema = JSON.stringify({
|
||||
},
|
||||
});
|
||||
|
||||
let lightTheme = Astro.cookies.get("theme").value === "light";
|
||||
let lightTheme = Astro.cookies.get("theme")?.value === "light";
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user