Sink/server
ccbikai 8d1bf6a451 feat: improve case-sensitive slug handling
Refactors URL slug case sensitivity implementation:
- Moves case conversion to creation time instead of lookup
- Updates middleware to handle case sensitivity more efficiently
- Adds configuration docs for case sensitivity and list query limits
- Simplifies nanoid implementation to always use lowercase

This change improves performance and consistency in URL handling while maintaining backwards compatibility with existing links.
2024-12-25 12:15:00 +08:00
..
api feat: improve case-sensitive slug handling 2024-12-25 12:15:00 +08:00
middleware feat: improve case-sensitive slug handling 2024-12-25 12:15:00 +08:00
utils style: eslint 2024-12-24 21:10:36 +08:00
tsconfig.json feat: init 2024-05-25 08:09:30 +08:00