We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ad77b commit b6f5adeCopy full SHA for b6f5ade
1 file changed
app/service-worker.ts
@@ -47,7 +47,7 @@ if (import.meta.env.PROD) {
47
denylist = [
48
// search page
49
/^\/search$/,
50
- /^\/search?/,
+ /^\/search\?/,
51
/^\/~/,
52
/^\/org\//,
53
// api calls
0 commit comments