Skip to content

Commit 57222c1

Browse files
committed
fix cross-origin errors
1 parent 5c7c78a commit 57222c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import node from "@astrojs/node";
44

55
// https://astro.build/config
66
export default defineConfig({
7+
site: "https://bush.notenoughupdates.org",
78
output: "static",
89
adapter: node({
910
mode: "standalone"

0 commit comments

Comments
 (0)