diff --git a/.dockerignore b/.dockerignore index 3033c26..e4fe364 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,4 +5,5 @@ # Other Files .DS_Store dist -node_modules \ No newline at end of file +node_modules +.zarro \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index d2be5ba..0c3401f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/source/src/components/global/Head.astro b/source/src/components/global/Head.astro index 790d821..61faaef 100644 --- a/source/src/components/global/Head.astro +++ b/source/src/components/global/Head.astro @@ -29,7 +29,7 @@ if (Astro.cookies.get("Theme").value === "Light") { -