diff --git a/lib/dashboard.ts b/lib/dashboard.ts index 2997336..866fcf3 100644 --- a/lib/dashboard.ts +++ b/lib/dashboard.ts @@ -99,7 +99,7 @@ export async function getDashboardData(context: GetServerSidePropsContext) { title: "Total article views", value: +views, group: "Blog", - href: "/" + href: "/writing" } ]