chore: disable cache for version.json

This commit is contained in:
AnotiaWang
2025-02-25 16:18:45 +08:00
parent eb49a83ccf
commit 5b59d61213

View File

@ -19,6 +19,7 @@ export default defineNuxtConfig({
routeRules: { routeRules: {
'/version.json': { '/version.json': {
cors: true, cors: true,
cache: false,
}, },
}, },