blob: e9ffa3083ad279ecf95fd8eae59cb253e9a539c4 [file] [log] [blame]
LaoeGaocia82dfe92025-04-01 20:17:11 +08001import type { NextConfig } from "next";
2
3const nextConfig: NextConfig = {
4 /* config options here */
5};
6
7export default nextConfig;