fix: reference

This commit is contained in:
Cory Dransfeldt 2024-06-01 12:14:18 -07:00
parent 8f7e6b789f
commit 305ca8d7e6
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -166,7 +166,7 @@ export default {
normalized['subtext'] = item['rating'] normalized['subtext'] = item['rating']
} }
if (item.type === 'book') { if (item.type === 'book') {
normalized['title'] = `${item['title']} by ${item['authors']}` normalized['title'] = `${item['title']} by ${item['author']}`
normalized['rating'] = item['rating'] normalized['rating'] = item['rating']
if (item['rating']) normalized['subtext'] = item['rating'] if (item['rating']) normalized['subtext'] = item['rating']
} }

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "18.1.2", "version": "18.1.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "18.1.2", "version": "18.1.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "18.1.2", "version": "18.1.3",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {