We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99446c1 commit c827f6fCopy full SHA for c827f6f
1 file changed
astro.config.mjs
@@ -32,7 +32,7 @@ export default defineConfig({
32
base: "/",
33
trailingSlash: "always",
34
server: {
35
- allowedHosts: true, // Change to bytethecookies.org
+ allowedHosts: ["bytethecookies.org"], // Change to bytethecookies.org
36
},
37
integrations: [tailwind({
38
nesting: true,
0 commit comments