Skip to content

Commit 5b2841a

Browse files
committed
Update to match new domain #8
1 parent e51ce21 commit 5b2841a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

astro.config.mjs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import { defineConfig } from 'astro/config';
1+
import { defineConfig } from "astro/config";
22

33
export default defineConfig({
4-
site: 'https://elifepathways.github.io',
5-
base: '/website',
4+
site: "https://elifepathways.org",
65
devToolbar: { enabled: false },
76
vite: {
87
server: {
9-
allowedHosts: ['host.docker.internal']
10-
}
11-
}
8+
allowedHosts: ["host.docker.internal"],
9+
},
10+
},
1211
});

0 commit comments

Comments
 (0)