Skip to content

Commit 6ebb75c

Browse files
committed
fix(clerk): do not cache on netlify
1 parent a388a95 commit 6ebb75c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nuxt.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
export default defineNuxtConfig({
2+
routeRules: {
3+
'/**': {
4+
headers: {
5+
'Netlify-CDN-Cache-Control': 'no-store',
6+
},
7+
},
8+
},
9+
210
nitro: {
311
experimental: {
412
openAPI: true,

0 commit comments

Comments
 (0)