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