Skip to content

Commit 88b53b5

Browse files
authored
links will work in v3.0 docs site
1 parent 223bd6a commit 88b53b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/astro/src/@types/astro.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ export interface AstroUserConfig {
861861
* @default `false`
862862
* @deprecated since version 3.0
863863
* @description
864-
* The build config option `build.split` has been replaced by the adapter configuration option `functionPerRoute`.
864+
* The build config option `build.split` has been replaced by the adapter configuration option [`functionPerRoute`](/en/reference/adapter-reference/#functionperroute).
865865
*
866866
* Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `functionPerRoute` to define how your SSR code is bundled.
867867
*
@@ -875,7 +875,7 @@ export interface AstroUserConfig {
875875
* @default `false`
876876
* @deprecated since version 3.0
877877
* @description
878-
* The build config option `build.excludeMiddleware` has been replaced by the adapter configuration option `edgeMiddleware`.
878+
* The build config option `build.excludeMiddleware` has been replaced by the adapter configuration option [`edgeMiddleware`](/en/reference/adapter-reference/#edgemiddleware).
879879
*
880880
* Please see your [SSR adapter's documentation](/en/guides/integrations-guide/#official-integrations) for using `edgeMiddleware` to define whether or not any SSR middleware code will be bundled when built.
881881
*/

0 commit comments

Comments
 (0)