rsnext/examples/with-universal-configuration-runtime/next.config.js

6 lines
83 B
JavaScript
Raw Normal View History

module.exports = {
publicRuntimeConfig: {
API_URL: process.env.API_URL
}
}