fix revalidate path
All checks were successful
Build and Push Container / Build App (push) Successful in 59s
Build and Push Container / Publish App (push) Successful in 3m9s

This commit is contained in:
2026-01-16 17:43:32 +11:00
parent 93bbf398dd
commit cc3b7f8561

View File

@@ -58,7 +58,7 @@ export const Home: GlobalConfig = {
hooks: {
afterChange: [
async () => {
revalidatePath("/projects");
revalidatePath("/");
}
],
}