From 523238ca9908f6fc8c03ce18c8f9115d753f02da Mon Sep 17 00:00:00 2001 From: juls0730 <62722391+juls0730@users.noreply.github.com> Date: Tue, 23 Apr 2024 20:14:40 -0500 Subject: [PATCH] fix stale data fetching --- components/MiniBlogCard.vue | 2 +- nuxt.config.ts | 10 ++++++++++ pages/blog/[...slug].vue | 22 +++++++++++----------- 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/components/MiniBlogCard.vue b/components/MiniBlogCard.vue index c4d1143..ec2178b 100644 --- a/components/MiniBlogCard.vue +++ b/components/MiniBlogCard.vue @@ -9,7 +9,7 @@ const props = defineProps({