Skip to content

Commit b729d3b

Browse files
committed
feat: update immutable directory
1 parent 51baba9 commit b729d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function ({ debug = false, customStaticWebAppConfig = {} } = {})
4747
rewrite: ssrFunctionRoute
4848
},
4949
{
50-
route: `/${builder.config.kit.appDir}/*`,
50+
route: `/${builder.config.kit.appDir}/immutable/*`,
5151
headers: {
5252
'cache-control': 'public, immutable, max-age=31536000'
5353
}

0 commit comments

Comments
 (0)