next.config.mjs 92 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4
/** @type {import('next').NextConfig} */
const nextConfig = {};

export default nextConfig;