File size: 167 Bytes
1dfcfc7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "buildCommand": "npm run build",
  "outputDirectory": "dist",
  "framework": "vite",
  "rewrites": [
    { "source": "/(.*)", "destination": "/index.html" }
  ]
}