Files
linker/next.config.ts
2025-06-25 19:17:39 +02:00

5 lines
103 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
export default nextConfig;