Skip to content

Commit ba6b7e6

Browse files
authored
Update astro.config.mjs
1 parent bbd0305 commit ba6b7e6

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

astro.config.mjs

+2-7
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ import icon from "astro-icon";
55

66
// https://astro.build/config
77
export default defineConfig({
8-
output: 'server',
9-
adapter: vercel({
10-
webAnalytics: {
11-
enabled: true
12-
}
13-
}),
8+
site: 'https://getmythic.app',
149
integrations: [icon()]
15-
});
10+
});

0 commit comments

Comments
 (0)