add fumadocs

This commit is contained in:
2025-04-06 15:29:26 +02:00
parent d1974db5ed
commit d6c1a29771
27 changed files with 1176 additions and 157 deletions

7
lib/metadata.ts Normal file
View File

@@ -0,0 +1,7 @@
import { createMetadataImage } from 'fumadocs-core/server'
import { source } from './source'
export const metadataImage = createMetadataImage({
imageRoute: '/docs-og',
source,
})