chore: update filter
This commit is contained in:
parent
23edf2d9d9
commit
6848749306
2 changed files with 3 additions and 2 deletions
|
@ -228,7 +228,8 @@ export default {
|
|||
if (
|
||||
normalizedString === 'ios' ||
|
||||
normalizedString === 'macos' ||
|
||||
normalizedString === 'rss'
|
||||
normalizedString === 'rss' ||
|
||||
normalizedString === 'ai'
|
||||
) return `#${string}`
|
||||
if (!string.includes(' ')) return `#${capitalizeFirstLetter(string)}`
|
||||
return `#${string.split(' ').map(s => capitalizeFirstLetter(s)).join('')}`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coryd.dev",
|
||||
"version": "12.9.3",
|
||||
"version": "12.9.4",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
Reference in a new issue