mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-13 11:35:28 +00:00
Merge branch 'master' into collision
This commit is contained in:
@@ -90,7 +90,7 @@ export default function middleware({ routes, store }: {
|
||||
cache_control: 'max-age=31536000'
|
||||
}),
|
||||
|
||||
get_route_handler(client_info.assetsByChunkName, routes, store)
|
||||
get_route_handler(client_info.assets, routes, store)
|
||||
].filter(Boolean));
|
||||
|
||||
return middleware;
|
||||
|
||||
Reference in New Issue
Block a user