Skip to content

Commit 5e6270c

Browse files
committed
fix: passQuery
1 parent 4158d6b commit 5e6270c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export default defineNuxtConfig({
101101
'/api/opensearch/suggestions': {
102102
isr: {
103103
expiration: 60 * 60 * 24 /* one day */,
104+
passQuery: true,
104105
allowQuery: ['q'],
105106
},
106107
},

0 commit comments

Comments
 (0)