From 559a0ae2120144e7cdec29cf529e07907e327293 Mon Sep 17 00:00:00 2001 From: kylesmith090502 Date: Sun, 4 Feb 2024 12:48:21 -0500 Subject: [PATCH] Remove cache on a route that wasn't supposed to be cached --- playground-refresh/nuxt.config.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/playground-refresh/nuxt.config.ts b/playground-refresh/nuxt.config.ts index db4990aa..2097a235 100644 --- a/playground-refresh/nuxt.config.ts +++ b/playground-refresh/nuxt.config.ts @@ -28,9 +28,6 @@ export default defineNuxtConfig({ } }, routeRules: { - '/': { - swr: 86400000 - }, '/with-caching': { swr: 86400000, auth: {