To add environment variables to the JavaScript bundle, open next.config.js and add the env config: module.exports = { env: { customKey: 'my-value', }, };.
確定! 回上一頁