www/next.config.ts
2026-07-28 15:37:43 +09:00

7 lines
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;