Skip to content

Commit c827f6f

Browse files
committed
Update astro.config.mjs
1 parent 99446c1 commit c827f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
base: "/",
3333
trailingSlash: "always",
3434
server: {
35-
allowedHosts: true, // Change to bytethecookies.org
35+
allowedHosts: ["bytethecookies.org"], // Change to bytethecookies.org
3636
},
3737
integrations: [tailwind({
3838
nesting: true,

0 commit comments

Comments
 (0)