{ "$schema": "https://openapi.vercel.sh/vercel.json", "buildCommand": "npm run build", "devCommand": "npm run dev", "installCommand": "npm install", "framework": "sveltekit", "git": { "deploymentEnabled": { "main": true } }, "headers": [ { "source": "/fonts/:path*", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }, { "source": "/_app/immutable/:path*", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] }, { "source": "/favicon.ico", "headers": [ { "key": "Cache-Control", "value": "public, max-age=86400" } ] }, { "source": "/:path*.(jpg|jpeg|png|gif|ico|svg|webp|avif)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] } ], "rewrites": [ { "source": "/(.*)", "destination": "/" } ] }