Skip to content
Snippets Groups Projects
Commit d66a6d8a authored by DESPRES Damien's avatar DESPRES Damien
Browse files

fix #12552

parent a2ca4cbf
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ if (workbox) { ...@@ -14,7 +14,7 @@ if (workbox) {
// Since we have a SPA here, this should be index.html always. // Since we have a SPA here, this should be index.html always.
// https://stackoverflow.com/questions/49963982/vue-router-history-mode-with-pwa-in-offline-mode // https://stackoverflow.com/questions/49963982/vue-router-history-mode-with-pwa-in-offline-mode
workbox.routing.registerNavigationRoute('/geocontrib/index.html', { workbox.routing.registerNavigationRoute('/geocontrib/index.html', {
blacklist: [/\/api/,/\/admin/], blacklist: [/\/api/,/\/admin/,/\/media/],
}) })
workbox.routing.registerRoute( workbox.routing.registerRoute(
......
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