GodsDevProject commited on
Commit
95ba034
·
verified ·
1 Parent(s): 67b2861

Create governance-site/astro.config.mjs

Browse files
Files changed (1) hide show
  1. governance-site/astro.config.mjs +6 -0
governance-site/astro.config.mjs ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ import { defineConfig } from "astro/config";
2
+
3
+ export default defineConfig({
4
+ site: "https://your-domain.example",
5
+ output: "static"
6
+ });