We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51baba9 commit b729d3bCopy full SHA for b729d3b
index.js
@@ -47,7 +47,7 @@ export default function ({ debug = false, customStaticWebAppConfig = {} } = {})
47
rewrite: ssrFunctionRoute
48
},
49
{
50
- route: `/${builder.config.kit.appDir}/*`,
+ route: `/${builder.config.kit.appDir}/immutable/*`,
51
headers: {
52
'cache-control': 'public, immutable, max-age=31536000'
53
}
0 commit comments