Skip to content

Commit

Permalink
Fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed May 18, 2024
1 parent b9ef6d7 commit 7eaf030
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 23 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.3.4",
"@astrojs/starlight": "^0.22.4",
"@astrojs/starlight": "^0.23.1",
"@phosphor-icons/react": "^2.1.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
Expand Down
131 changes: 110 additions & 21 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://openapi.vercel.sh/vercel.json",
"redirects": [
{
"source": "/docs/:version/:path*",
"source": "/docs/:version(?!v2)/:path*",
"destination": "/docs/v2/:path*"
}
]
Expand Down

0 comments on commit 7eaf030

Please sign in to comment.