Files
home/Projects/kompose/news/apps/docs/next.config.ts
2025-10-10 16:43:21 +02:00

9 lines
177 B
TypeScript

import type { NextConfig } from "next";
import nextra from "nextra";
const withNextra = nextra({});
const nextConfig: NextConfig = {};
export default withNextra(nextConfig);