Skip to content

Commit 83bac4b

Browse files
add closing parenthesis to docs link
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 50a8179 commit 83bac4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/next/src/server/config-shared.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,15 +1118,15 @@ export interface NextConfig {
11181118
/**
11191119
* Add public (in browser) runtime configuration to your app
11201120
*
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)
11221122
* @deprecated Runtime config is deprecated and will be removed in Next.js 16.
11231123
*/
11241124
publicRuntimeConfig?: { [key: string]: any }
11251125

11261126
/**
11271127
* Add server runtime configuration to your app
11281128
*
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)
11301130
* @deprecated Runtime config is deprecated and will be removed in Next.js 16.
11311131
*/
11321132
serverRuntimeConfig?: { [key: string]: any }

0 commit comments

Comments
 (0)