Add redirect rule for versioned doc root paths
alexandratran opened this issue · 0 comments
alexandratran commented
Site issue type
- Configuration and plugins
- UI/UX
- Site infrastructure
- Other
Description
Linking to the root path of a versioned doc yields a "Page Not Found" error (ex: https://docs.teku.consensys.io/24.1.1/).
How should this issue be addressed?
Add redirect rule to vercel.json
to redirect versioned doc root paths to the introduction pages for each versioned doc. Will require using regex matching (see Vercel redirect docs).