fix docs mdx snippets imports

This commit is contained in:
dswbx
2025-04-26 07:34:56 +02:00
parent 89a39a7dc6
commit d6f94a2ce1
5 changed files with 2480 additions and 4182 deletions

View File

@@ -3,7 +3,7 @@ title: 'Introduction'
description: 'Integrate bknd into your runtime/framework of choice'
---
import { cloudflare, nextjs, reactRouter, astro, bun, node, docker, vite, aws } from "/snippets/integration-icons.mdx"
import { cloudflare, nextjs, rr, astro, bun, node, docker, vite, aws } from "/snippets/integration-icons.mdx"
## Start with a Framework
bknd seamlessly integrates with popular frameworks, allowing you to use what you're already familar with. The following guides will help you get started with your framework of choice.
@@ -16,7 +16,7 @@ bknd seamlessly integrates with popular frameworks, allowing you to use what you
/>
<Card
title="React Router"
icon={<div className="text-primary-light">{reactRouter}</div>}
icon={<div className="text-primary-light">{rr}</div>}
href="/integration/react-router"
/>
<Card