dev and docker compose fixes
ci / docker_image (push) Successful in 1m32s
ci / deploy (push) Successful in 16s

This commit is contained in:
2025-01-04 19:19:22 -06:00
parent 303526dac6
commit 27636988e6
12 changed files with 766 additions and 29 deletions
+1 -12
View File
@@ -1,6 +1,6 @@
<!doctype html>
<!--suppress HtmlUnknownTarget -->
<html lang="en">
<html lang="en" data-theme="">
<head>
<title>FBLA 25</title>
<meta charset="utf-8" />
@@ -9,17 +9,6 @@
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<!-- <script>-->
<!-- const saved_theme = localStorage.getItem('theme');-->
<!-- if (saved_theme) {-->
<!-- document.body.setAttribute('data-theme', saved_theme);-->
<!-- } else {-->
<!-- const prefers_dark = window.matchMedia('(prefers-color-scheme: dark)').matches;-->
<!-- const theme = prefers_dark ? 'dark' : 'light';-->
<!-- document.body.setAttribute('data-theme', theme);-->
<!-- localStorage.setItem('theme', theme);-->
<!-- }-->
<!-- </script>-->
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>