File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1118,15 +1118,15 @@ export interface NextConfig {
1118
1118
/**
1119
1119
* Add public (in browser) runtime configuration to your app
1120
1120
*
1121
- * @see [Runtime configuration](https://nextjs.org/docs/pages/api-reference/config/next-config-js/runtime-configuration
1121
+ * @see [Runtime configuration](https://nextjs.org/docs/pages/api-reference/config/next-config-js/runtime-configuration)
1122
1122
* @deprecated Runtime config is deprecated and will be removed in Next.js 16.
1123
1123
*/
1124
1124
publicRuntimeConfig ?: { [ key : string ] : any }
1125
1125
1126
1126
/**
1127
1127
* Add server runtime configuration to your app
1128
1128
*
1129
- * @see [Runtime configuration](https://nextjs.org/docs/pages/api-reference/config/next-config-js/runtime-configuration
1129
+ * @see [Runtime configuration](https://nextjs.org/docs/pages/api-reference/config/next-config-js/runtime-configuration)
1130
1130
* @deprecated Runtime config is deprecated and will be removed in Next.js 16.
1131
1131
*/
1132
1132
serverRuntimeConfig ?: { [ key : string ] : any }
You can’t perform that action at this time.
0 commit comments