From 6848749306519737c5e7c55f1f5f1f44faa4d9d4 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 23 Apr 2024 16:08:17 -0700 Subject: [PATCH] chore: update filter --- config/filters/index.js | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/filters/index.js b/config/filters/index.js index d21b2ab6..10f2e66c 100644 --- a/config/filters/index.js +++ b/config/filters/index.js @@ -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('')}` diff --git a/package.json b/package.json index 99b8114f..81dc1970 100644 --- a/package.json +++ b/package.json @@ -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": {