Skip to content
Snippets Groups Projects
Verified Commit be5e9fe3 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Ignore /o/ in service worker

parent 1fa64407
No related branches found
No related tags found
1 merge request!1268Resolve "Provide URL representation for every object"
......@@ -202,7 +202,7 @@ export default defineConfig({
directoryIndex: null,
navigateFallbackAllowlist: [
new RegExp(
"^/(?!(django|admin|graphql|__icons__|oauth/authorize))[^.]*$"
"^/(?!(django|admin|graphql|__icons__|oauth/authorize|o))[^.]*$"
),
],
additionalManifestEntries: [
......@@ -217,7 +217,7 @@ export default defineConfig({
runtimeCaching: [
{
urlPattern: new RegExp(
"^/(?!(django|admin|graphql|__icons__|oauth/authorize))[^.]*$"
"^/(?!(django|admin|graphql|__icons__|oauth/authorize|o))[^.]*$"
),
handler: "CacheFirst",
},
......
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