{ "root": "dist", "clean_urls": true, "routes": { "/**": "index.html" }, "https_only": true, "headers": { "/assets/**": { "Cache-Control": "public, max-age=31536000, immutable" }, "/*.html": { "Cache-Control": "public, max-age=0, must-revalidate" }, "/**/*.js": { "Cache-Control": "public, max-age=31536000, immutable" }, "/**/*.css": { "Cache-Control": "public, max-age=31536000, immutable" } } }