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