Files
2026-06-11 04:56:01 +02:00

8 lines
130 B
TypeScript

import type { NextConfig } from "next"
const nextConfig: NextConfig = {
/* config options here */
}
export default nextConfig