blob: e9ffa3083ad279ecf95fd8eae59cb253e9a539c4 [file] [log] [blame]
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;