diff options
author | 2023-01-10 16:03:54 -0300 | |
---|---|---|
committer | 2023-01-10 16:03:54 -0300 | |
commit | d72f929cad3a4d46089556909f186f5ba6f76cb6 (patch) | |
tree | c06fb68463b8afe5b0d0b2bdfa36b3eaf201810a | |
parent | cebba8659367b800d9c0c279dc5d96e1c4ba63ad (diff) | |
download | astro-d72f929cad3a4d46089556909f186f5ba6f76cb6.tar.gz astro-d72f929cad3a4d46089556909f186f5ba6f76cb6.tar.zst astro-d72f929cad3a4d46089556909f186f5ba6f76cb6.zip |
Remove old migration guide link from error docs (#5808)
Diffstat (limited to '')
-rw-r--r-- | packages/astro/src/core/errors/errors-data.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/astro/src/core/errors/errors-data.ts b/packages/astro/src/core/errors/errors-data.ts index c1aa021d5..957a19958 100644 --- a/packages/astro/src/core/errors/errors-data.ts +++ b/packages/astro/src/core/errors/errors-data.ts @@ -570,7 +570,6 @@ See https://docs.astro.build/en/guides/server-side-rendering/ for more informati * @docs * @see * - [Configuration reference](https://docs.astro.build/en/reference/configuration-reference/) - * - [Migration guide](https://docs.astro.build/en/migrate/) * @description * Astro detected a legacy configuration option in your configuration file. */ |