hf-public-data-insights / next.config.mjs
Xianbao QIAN
Remove unused public folder.
d686f2c
raw
history blame contribute delete
154 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
export default nextConfig;