From cc3b7f856141f9f6ca753dfc7667627b83ef672e Mon Sep 17 00:00:00 2001 From: Liam Pietralla Date: Fri, 16 Jan 2026 17:43:32 +1100 Subject: [PATCH] fix revalidate path --- src/globals/home.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/home.ts b/src/globals/home.ts index cffa59c..83c46a7 100644 --- a/src/globals/home.ts +++ b/src/globals/home.ts @@ -58,7 +58,7 @@ export const Home: GlobalConfig = { hooks: { afterChange: [ async () => { - revalidatePath("/projects"); + revalidatePath("/"); } ], }