bbgo_origin/frontend/next.config.js

9 lines
184 B
JavaScript
Raw Normal View History

2022-06-20 14:08:08 +00:00
module.exports = async (phase, { defaultConfig }) => {
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
/* config options here */
}
return nextConfig
}