update
This commit is contained in:
parent
ea0a1670de
commit
c2258f952d
3 changed files with 4 additions and 3 deletions
|
@ -6,3 +6,4 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
dist
|
dist
|
||||||
node_modules
|
node_modules
|
||||||
|
.zarro
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
# Base
|
# Base
|
||||||
## For AMD64 Servers:
|
## For AMD64 Servers:
|
||||||
FROM oven/bun:alpine AS based
|
FROM oven/bun AS based
|
||||||
## For ARM64 Servers:
|
## For ARM64 Servers:
|
||||||
## FROM ark.sudovanilla.org/korbs/bun:arm64 as based
|
## FROM ark.sudovanilla.org/korbs/bun:arm64 as based
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ if (Astro.cookies.get("Theme").value === "Light") {
|
||||||
</head>
|
</head>
|
||||||
<body class={ThemeScheme}>
|
<body class={ThemeScheme}>
|
||||||
|
|
||||||
<script>
|
<script is:inline>
|
||||||
// If First Launch
|
// If First Launch
|
||||||
if (localStorage.getItem('BeenHereBefore') === 'true') {
|
if (localStorage.getItem('BeenHereBefore') === 'true') {
|
||||||
null
|
null
|
||||||
|
|
Loading…
Reference in a new issue