Skip to content

Commit

Permalink
✨ Feat: Add redirect to docs (#1499)
Browse files Browse the repository at this point in the history
## Description

_Concise description of proposed changes_

## Testing

Explain the quality checks that have been done on the code changes

## Additional Information

- [ ] I read the [contributing docs](../docs/contributing.md) (if this
is your first contribution)

Your ENS/address:



<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
- Introduced a redirect for the `/telegram` path, directing users to the
Telegram link with a permanent status.
  
- **Documentation**
- Updated configuration documentation to include the new `redirects`
property.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
roninjin10 authored Dec 2, 2024
1 parent 8735d29 commit dc15893
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ export default defineConfig({
integrations: [
starlightConfig,
],
redirects: {
'/telegram': {
destination: 'https://t.me/+ANThR9bHDLAwMjUx',
permanent: true
}
}
});

0 comments on commit dc15893

Please sign in to comment.