From 12b42cda0e72b81eac6c0c766322d7460e483c42 Mon Sep 17 00:00:00 2001 From: Karl Tryggvason Date: Wed, 18 Feb 2026 09:56:24 +0100 Subject: [PATCH] fix(docs): Fix frontpage card links Card links on frontpage missing "/docs" prefix Would 404 --- apps/docs/content/docs/(index)/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/(index)/index.mdx b/apps/docs/content/docs/(index)/index.mdx index affd49dc78..8532bdb59f 100644 --- a/apps/docs/content/docs/(index)/index.mdx +++ b/apps/docs/content/docs/(index)/index.mdx @@ -20,11 +20,11 @@ npx create-db - + }> **Need a database?** Get started with your favorite framework and Prisma Postgres. - }> + }> **Already have a database?** Use Prisma ORM for a type-safe developer experience and automated migrations.