Skip to content
Snippets Groups Projects
Commit 2a5d83a9 authored by François Grand's avatar François Grand
Browse files

fix: service worker configuration for cache prefetching (assets)

refs #445
parent 79de8979
No related branches found
No related tags found
No related merge requests found
Pipeline #139994 passed
...@@ -14,12 +14,12 @@ ...@@ -14,12 +14,12 @@
"/favicon.ico", "/favicon.ico",
"/index.html", "/index.html",
"/manifest.webmanifest", "/manifest.webmanifest",
"/**/*.css", "/*.css",
"/*.js", "/*.js",
"/**/*.json", "/*.json",
"/3rdpartylicenses.txt", "/3rdpartylicenses.txt",
"/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot", "/MaterialIcons-Regular.1e50f5c2ffa6aba4.eot",
"/assets/**", "/assets/**/*",
"/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)" "/*.(svg|cur|jpg|jpeg|png|apng|webp|avif|gif|otf|ttf|woff|woff2)"
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment