Skip to content

Commit 8653f7c

Browse files
committed
chore(site): fix broken redirects
1 parent 69a61bd commit 8653f7c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

site/astro.config.mjs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ export default defineConfig({
3232
// Merged docs
3333
'/guide/local-package-versions/': '/syncpack/dependency-types',
3434
// Deprecated Feature: Removed
35-
'/config/dependency-types/': '/syncpack/guide/upgrading/',
36-
'/config/lint-formatting/': '/syncpack/guide/upgrading/',
37-
'/config/lint-semver-ranges/': '/syncpack/guide/upgrading/',
38-
'/config/lint-versions/': '/syncpack/guide/upgrading/',
39-
'/config/specifier-types/': '/syncpack/guide/upgrading/',
35+
// @TODO: change to /syncpack/guide/upgrading/ once written
36+
'/config/dependency-types/': '/syncpack/',
37+
'/config/lint-formatting/': '/syncpack/',
38+
'/config/lint-semver-ranges/': '/syncpack/',
39+
'/config/lint-versions/': '/syncpack/',
40+
'/config/specifier-types/': '/syncpack/',
4041
// Deprecated Feature: Moved
4142
'/command/fix-mismatches/': '/command/fix',
4243
'/command/set-semver-ranges/': '/command/fix',

0 commit comments

Comments
 (0)