mirror of
https://litchi.icu/ngc2207/mine-code-now.git
synced 2025-05-18 09:38:17 +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;
|