Skip to content

Commit 01f902f

Browse files
fidloocorentin521
authored andcommitted
Update astro.config.mjs
1 parent 2b91836 commit 01f902f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

astro.config.mjs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import db from "@astrojs/db";
21
import mdx from "@astrojs/mdx";
32
import react from "@astrojs/react";
43
import sitemap from "@astrojs/sitemap";
@@ -26,11 +25,7 @@ export default defineConfig({
2625
tailwind({
2726
applyBaseStyles: false,
2827
}),
29-
db(),
3028
simpleStackForm(),
3129
],
32-
output: "hybrid",
33-
adapter: vercel({
34-
analytics: true,
35-
}),
30+
output: "static",
3631
});

src/components/layout/base-head.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ const {
5555
<meta property="twitter:description" content={description} />
5656
<meta property="twitter:image" content={new URL(image, Astro.url)} />
5757

58+
<meta name="google-site-verification" content="egQCq9CHk5TzUvzIAoF22ATdgZ3ik-noNvwbikBB5Dg" />
59+
5860
<!-- Dark mode with prevent flickering flash between navigations -->
5961
<script is:inline>
6062
const setDarkMode = () => {

0 commit comments

Comments
 (0)