File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
- import db from "@astrojs/db" ;
2
1
import mdx from "@astrojs/mdx" ;
3
2
import react from "@astrojs/react" ;
4
3
import sitemap from "@astrojs/sitemap" ;
@@ -26,11 +25,7 @@ export default defineConfig({
26
25
tailwind ( {
27
26
applyBaseStyles : false ,
28
27
} ) ,
29
- db ( ) ,
30
28
simpleStackForm ( ) ,
31
29
] ,
32
- output : "hybrid" ,
33
- adapter : vercel ( {
34
- analytics : true ,
35
- } ) ,
30
+ output : "static" ,
36
31
} ) ;
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ const {
55
55
<meta property =" twitter:description" content ={ description } />
56
56
<meta property =" twitter:image" content ={ new URL (image , Astro .url )} />
57
57
58
+ <meta name =" google-site-verification" content =" egQCq9CHk5TzUvzIAoF22ATdgZ3ik-noNvwbikBB5Dg" />
59
+
58
60
<!-- Dark mode with prevent flickering flash between navigations -->
59
61
<script is:inline >
60
62
const setDarkMode = () => {
You can’t perform that action at this time.
0 commit comments