Maybe this helps?
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m24s

This commit is contained in:
2026-01-01 13:33:10 -07:00
parent 91e1be00f5
commit f5a8a2e5b4
5 changed files with 51 additions and 9 deletions

View File

@@ -13,6 +13,9 @@ import icon from "astro-icon";
export default defineConfig({
output: "server",
prefetch: true,
build: {
inlineStylesheets: "always",
},
integrations: [solidJs(), icon()],
adapter: node({