this repo has no description
at master 133 B view raw
1import type { NextConfig } from "next"; 2 3const nextConfig: NextConfig = { 4 /* config options here */ 5}; 6 7export default nextConfig;