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 b1ab8e2 commit 8480304Copy full SHA for 8480304
proxy/nitro.config.ts
@@ -3,9 +3,7 @@ import { defineNitroConfig } from 'nitropack/config'
3
4
export default defineNitroConfig({
5
routeRules: {
6
- '/**': { cors: true },
7
- // TODO: enable when Nitro on Vercel missing query bug is fixed
8
- // '/tmdb/**': { swr: true },
+ '/**': { cors: true, swr: 3600 },
9
},
10
runtimeConfig: {
11
tmdb: {
0 commit comments