chore: disable cache for version.json
This commit is contained in:
@ -19,6 +19,7 @@ export default defineNuxtConfig({
|
||||
routeRules: {
|
||||
'/version.json': {
|
||||
cors: true,
|
||||
cache: false,
|
||||
},
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user