fix: include static pages in Netlify build

This commit is contained in:
Raditya_Indra_Putranto
2026-06-04 17:46:03 +07:00
parent 46a7921bf0
commit c64abd8083
3 changed files with 107 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
"preview": "vite preview",
"test:netlify-build": "node scripts/verify-netlify-build.mjs"
},
"devDependencies": {
"vite": "^7.1.0"