fix: reference

This commit is contained in:
Cory Dransfeldt 2024-09-24 12:48:02 -07:00
parent 6ca026af0b
commit ad81eb050c
No known key found for this signature in database
3 changed files with 9 additions and 9 deletions

View file

@ -70,7 +70,7 @@ export default {
if (rating) processedEntry.rating = rating
if (tags) processedEntry.tags = tags
if (type === 'album-release' && artist) processedEntry.title = `${title} by ${artist}`
if (type === 'album-release' && artist) processedEntry.title = `${title} by ${artist['name']}`
posts.push(processedEntry)
})

12
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "24.19.9",
"version": "24.19.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "24.19.9",
"version": "24.19.10",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.5.0",
@ -27,7 +27,7 @@
"html-entities": "^2.5.2",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"ics": "^3.8.0",
"ics": "^3.8.1",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
@ -2469,9 +2469,9 @@
}
},
"node_modules/ics": {
"version": "3.8.0",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.8.0.tgz",
"integrity": "sha512-YNoIcjJ8Yh0S+wXgbJGhkjLsZR/X2vVUz9yk3M83TXh7MvOb+5ad3sGXFB4Hm2M9hYQoY+Yb4m955VhKOrdojw==",
"version": "3.8.1",
"resolved": "https://registry.npmjs.org/ics/-/ics-3.8.1.tgz",
"integrity": "sha512-UqQlfkajfhrS4pUGQfGIJMYz/Jsl/ob3LqcfEhUmLbwumg+ZNkU0/6S734Vsjq3/FYNpEcZVKodLBoe+zBM69g==",
"dev": true,
"license": "ISC",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "24.19.9",
"version": "24.19.10",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {
@ -40,7 +40,7 @@
"html-entities": "^2.5.2",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"ics": "^3.8.0",
"ics": "^3.8.1",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",