We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51ce21 commit 5b2841aCopy full SHA for 5b2841a
astro.config.mjs
@@ -1,12 +1,11 @@
1
-import { defineConfig } from 'astro/config';
+import { defineConfig } from "astro/config";
2
3
export default defineConfig({
4
- site: 'https://elifepathways.github.io',
5
- base: '/website',
+ site: "https://elifepathways.org",
6
devToolbar: { enabled: false },
7
vite: {
8
server: {
9
- allowedHosts: ['host.docker.internal']
10
- }
11
+ allowedHosts: ["host.docker.internal"],
+ },
12
});
0 commit comments