bsd/next.config.mjs
2024-12-14 07:14:57 +08:00

6 lines
93 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
};
export default nextConfig;