From 341b8f58a58f3511ef321b2aade84707f6052c1d Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 28 Mar 2026 20:33:28 +0000 Subject: [PATCH] fix: like buttons not working with cache rules --- src/app/layout.tsx | 14 +++++++------- src/app/mii/[id]/page.tsx | 2 +- src/components/like-button.tsx | 7 ++++--- src/components/mii/list/index.tsx | 2 +- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 09fe591..149ff68 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -93,14 +93,14 @@ export default function RootLayout({ )} - Loading header...}> - + + Loading header...}>
- - - -
{children}
-