diff --git a/config/collections/index.js b/config/collections/index.js index d279d779..2f31dd30 100644 --- a/config/collections/index.js +++ b/config/collections/index.js @@ -12,7 +12,8 @@ const tagsToHashtags = (tags) => { 'css': 'CSS', 'ios': 'iOS', 'javascript': 'JavaScript', - 'macos': 'macOS' + 'macos': 'macOS', + 'tv': 'TV' } if (wordMap[normalizedWord]) return wordMap[normalizedWord] return word.charAt(0).toUpperCase() + word.slice(1) diff --git a/package-lock.json b/package-lock.json index a8d7ea56..cba4643b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.5.2", + "version": "19.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.5.2", + "version": "19.5.3", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", @@ -1149,9 +1149,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.4.805", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.805.tgz", - "integrity": "sha512-8W4UJwX/w9T0QSzINJckTKG6CYpAUTqsaWcWIsdud3I1FYJcMgW9QqT1/4CBff/pP/TihWh13OmiyY8neto6vw==", + "version": "1.4.806", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.806.tgz", + "integrity": "sha512-nkoEX2QIB8kwCOtvtgwhXWy2IHVcOLQZu9Qo36uaGB835mdX/h8uLRlosL6QIhLVUnAiicXRW00PwaPZC74Nrg==", "dev": true, "license": "ISC" }, diff --git a/package.json b/package.json index 163898d8..f3256914 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.5.2", + "version": "19.5.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": {