docs: consolidate slug customization features
Merges the case sensitivity feature description into the customizable slug feature section for better organization and clarity. This consolidation simplifies the feature list while maintaining all functionality information
This commit is contained in:
parent
7ab62c6a07
commit
973d51d4ed
2 changed files with 2 additions and 3 deletions
|
|
@ -35,10 +35,9 @@
|
|||
- **URL Shortening:** Compress your URLs to their minimal length.
|
||||
- **Analytics:** Monitor link analytics and gather insightful statistics.
|
||||
- **Serverless:** Deploy without the need for traditional servers.
|
||||
- **Customizable Slug:** Support for personalized slugs.
|
||||
- **Customizable Slug:** Support for personalized slugs and case sensitivity.
|
||||
- **🪄 AI Slug:** Leverage AI to generate slugs.
|
||||
- **Link Expiration:** Set expiration dates for your links.
|
||||
- **Switch between case sensitivity:** Toggle between case sensitivity for slugs.
|
||||
|
||||
## 🪧 Demo
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ const features = ref([
|
|||
{
|
||||
title: 'Customizable Slug',
|
||||
description:
|
||||
'Support for personalized slugs.',
|
||||
'Support for personalized slugs and case sensitivity.',
|
||||
icon: Paintbrush,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue