mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix docs mdx snippets imports
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
title: Introduction
|
||||
---
|
||||
|
||||
import { cloudflare, nextjs, reactRouter, astro, bun, node, docker, vite, aws, d1, libsql, sqlite, postgres, turso } from "/snippets/integration-icons.mdx"
|
||||
import { cloudflare, nextjs, rr, astro, bun, node, docker, vite, aws, d1, libsql, sqlite, postgres, turso } from "/snippets/integration-icons.mdx"
|
||||
import { Stackblitz, examples } from "/snippets/stackblitz.mdx"
|
||||
|
||||
Glad you're here! **bknd** is a lightweight, infrastructure agnostic and feature-rich backend that runs in any JavaScript environment.
|
||||
@@ -44,7 +44,7 @@ in the future, so stay tuned!
|
||||
/>
|
||||
<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
|
||||
|
||||
Reference in New Issue
Block a user