{ "buildCommand": "npm run build", "outputDirectory": "dist", "rewrites": [ { "source": "/paper", "destination": "/paper.html" }, { "source": "/(.*)", "destination": "/index.html" } ], "headers": [ { "source": "/assets/(.*)", "headers": [ { "key": "Cache-Control", "value": "public, max-age=31536000, immutable" } ] } ] }