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("/"); } ], }