bbgo_origin/frontend/next.config.js
2022-06-21 10:22:41 +08:00

9 lines
184 B
JavaScript

module.exports = async (phase, { defaultConfig }) => {
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
/* config options here */
}
return nextConfig
}