This commit is contained in:
Korbs 2024-10-25 15:12:10 -04:00
parent ea0a1670de
commit c2258f952d
3 changed files with 4 additions and 3 deletions

View file

@ -5,4 +5,5 @@
# Other Files
.DS_Store
dist
node_modules
node_modules
.zarro

View file

@ -19,7 +19,7 @@
# Base
## For AMD64 Servers:
FROM oven/bun:alpine AS based
FROM oven/bun AS based
## For ARM64 Servers:
## FROM ark.sudovanilla.org/korbs/bun:arm64 as based

View file

@ -29,7 +29,7 @@ if (Astro.cookies.get("Theme").value === "Light") {
</head>
<body class={ThemeScheme}>
<script>
<script is:inline>
// If First Launch
if (localStorage.getItem('BeenHereBefore') === 'true') {
null