prmbr-image-mksaas/.vscode/settings.json
javayhu ce7fe5b45f feat: enhance blog category filtering and pagination
- Add blog category filter for desktop and mobile views
- Implement category-based blog post filtering
- Add pagination support for blog and category pages
- Update localization messages for blog categories
- Reduce posts per page from 9 to 6
- Add loading states for blog pages
- Create new content collections for blog categories in Chinese
2025-03-06 00:48:22 +08:00

7 lines
116 B
JSON

{
"i18n-ally.localesPaths": [
"messages",
"src/i18n"
],
"i18n-ally.keystyle": "nested"
}