This commit is contained in:
2025-08-09 13:45:16 +02:00
parent 298fae916b
commit d322283064
28 changed files with 135 additions and 80 deletions

View File

@@ -37,7 +37,7 @@ export async function addUrl(unsafeData: unknown): Promise<Response> {
title: await getWebsiteTitle(data.url)
})
revalidatePath("/dashboard")
revalidatePath("/admin/dashboard")
return {
error: false,