deploy to root of docs site

This commit is contained in:
Joel Wetzell
2025-12-04 08:33:51 -06:00
parent e4e501a117
commit b8853d6950
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"build:prod": "astro check && astro build --base /docs",
"build:prod": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},