Files
home/Projects/kompose/news/apps/docs/next.config.ts

9 lines
172 B
TypeScript
Raw Normal View History

2025-10-08 10:35:48 +02:00
import type { NextConfig } from "next"
import nextra from "nextra"
const withNextra = nextra({})
const nextConfig: NextConfig = {}
export default withNextra(nextConfig)