diff --git a/static.config.js b/static.config.js index 3f4aabd..321c63c 100644 --- a/static.config.js +++ b/static.config.js @@ -185,7 +185,7 @@ export default { runtimeCaching: [ { handler: 'cacheFirst', - urlPattern: /routeInfo|^[^\.]+$/i, + urlPattern: /routeInfo|\/[^\.]*$/i, }, ], });