mirror of
https://litchi.icu/ngc2207/judge4c-demo.git
synced 2025-05-18 18:17:56 +00:00
8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
import type { NextConfig } from "next";
|
|
|
|
const nextConfig: NextConfig = {
|
|
/* config options here */
|
|
};
|
|
|
|
export default nextConfig;
|