homelab-presentasjon/vercel.json

8 lines
144 B
JSON
Raw Normal View History

2025-03-14 16:51:28 +01:00
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}