Skip to content

Commit 5b59d61

Browse files
committedFeb 25, 2025·
chore: disable cache for version.json
1 parent eb49a83 commit 5b59d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default defineNuxtConfig({
1919
routeRules: {
2020
'/version.json': {
2121
cors: true,
22+
cache: false,
2223
},
2324
},
2425

0 commit comments

Comments
 (0)
Please sign in to comment.