diff --git a/packages/next/README.md b/packages/next/README.md index 80fd843b7ebc34acd858ea8817087439f8c0c493..80ae5c102670facf67695dca0d87c20bfac3fc47 100644 --- a/packages/next/README.md +++ b/packages/next/README.md @@ -1698,7 +1698,7 @@ AuthMethod({ key: process.env.CUSTOM_KEY, secret: process.env.CUSTOM_SECRET }) > **Warning:** Note that this option is not available when using `target: 'serverless'` > **Warning:** Generally you want to use build-time configuration to provide your configuration. -> The reason for this is that runtime configuration adds a small rendering / initialization overhead. +> The reason for this is that runtime configuration adds rendering / initialization overhead. The `next/config` module gives your app access to the `publicRuntimeConfig` and `serverRuntimeConfig` stored in your `next.config.js`.