Generic Commit; Most likely a fix or small feature

This commit is contained in:
Darius
2025-11-21 01:49:19 +01:00
parent af77d5e774
commit 6faaf65793

View File

@@ -4,6 +4,7 @@ import { defineConfig } from "astro/config";
// https://astro.build/config
export default defineConfig({
output: "server",
base: "/foodscanner",
adapter: node({
mode: "standalone",
}),