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" ;
21import mdx from "@astrojs/mdx" ;
32import react from "@astrojs/react" ;
43import 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} ) ;
Original file line number Diff line number Diff 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 >
6062const setDarkMode = () => {
You can’t perform that action at this time.
0 commit comments