Skip to content

Commit

Permalink
fix: add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Feb 7, 2024
1 parent 889519e commit b5293a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/starlight/table-of-contents.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import starlight from '@astrojs/starlight';

<starlight-toc>
<nav aria-labelledby="starlight__on-this-page"></nav>
</starlight-toc>
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"framework": null,
"redirects": [
{
"source": "/dev/reference/glossary",
"destination": "/dev/glossary",
"permanent": true
},
{
"source": "/resources/mainnet",
"destination": "/resources/contract-addresses/mainnet",
Expand Down

0 comments on commit b5293a1

Please sign in to comment.