From 5b59d612137897411a830803ef22e6907eb4ab17 Mon Sep 17 00:00:00 2001 From: AnotiaWang Date: Tue, 25 Feb 2025 16:18:45 +0800 Subject: [PATCH] chore: disable cache for `version.json` --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 3fb94d6..55305bf 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -19,6 +19,7 @@ export default defineNuxtConfig({ routeRules: { '/version.json': { cors: true, + cache: false, }, },