Skip to content

Commit 4d2af58

Browse files
committed
npx @astrojs/upgrade && npm update
1 parent 57d01ca commit 4d2af58

File tree

3 files changed

+602
-1048
lines changed

3 files changed

+602
-1048
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
site: "https://ddev.com",
1616
vite: {
1717
server: {
18-
allowedHosts: true, // leave this unchanged for DDEV!
18+
allowedHosts: ["." + process.env.DDEV_TLD], // leave this unchanged for DDEV!
1919
},
2020
// Configure CORS for the dev server (security)
2121
cors: { origin: process.env.DDEV_PRIMARY_URL },

0 commit comments

Comments
 (0)