Cookie Fehler
This commit is contained in:
@@ -38,7 +38,7 @@ const schema = JSON.stringify({
|
||||
},
|
||||
});
|
||||
|
||||
const lightTheme = Astro.cookies.get("theme").value === "light";
|
||||
const lightTheme = Astro.cookies.get("theme")?.value === "light";
|
||||
---
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
Reference in New Issue
Block a user