mirror of
https://gitlab.massbug.com/massbug/judge4c.git
synced 2025-07-04 15:22:25 +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;
|