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
|
||||
dist
|
||||
node_modules
|
||||
.zarro
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue