mirror of
https://github.com/vee1e/pe-oe-cutoffs.git
synced 2026-09-01 19:07:28 +00:00
7 lines
133 B
TypeScript
7 lines
133 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|