bsd/next.config.mjs

6 lines
93 B
JavaScript
Raw Normal View History

2024-12-14 07:14:57 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
};
export default nextConfig;