Files
frontend/next.config.js
Mikuisnotavailable 7b2dda22b9 first save
2025-07-30 02:52:26 +08:00

8 lines
133 B
JavaScript

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