Commit graph

6 commits

Author SHA1 Message Date
ccbikai
71654dcbc8 feat: add bot traffic filtering for access logs
Adds configuration option NUXT_DISABLE_BOT_ACCESS_LOG to exclude bot/crawler traffic from access statistics

- Updates ua-parser-js to stable v2.0.3
- Detects bots via CloudFlare bot management and user agent analysis
- Documents new config option in configuration.md and FAQs
2025-03-16 12:57:05 +08:00
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
ZL Asica
e51e912972
doc: update docs to reflect the new feature. 2024-12-02 20:25:15 -06:00
ZL Asica
0ed45efa87
docs(faqs): Update according to the Readme updates. 2024-10-30 09:50:35 -05:00
ccbikai
d620d1f84e docs: Add explanation for NuxtHub analytics in FAQs 2024-06-08 13:17:41 +08:00
ccbikai
12f2576c0a docs: add FAQs 2024-06-04 20:13:43 +08:00