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