math-quiz / next.config.ts
ghost613's picture
Upload 20 files
a4ec883 verified
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;