fix revalidate path
This commit is contained in:
@@ -58,7 +58,7 @@ export const Home: GlobalConfig = {
|
||||
hooks: {
|
||||
afterChange: [
|
||||
async () => {
|
||||
revalidatePath("/projects");
|
||||
revalidatePath("/");
|
||||
}
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user