chore: spacing

This commit is contained in:
Cory Dransfeldt 2024-08-09 12:52:21 -07:00
parent ef89b68251
commit 422c8d151a
No known key found for this signature in database
3 changed files with 4 additions and 3 deletions

View file

@ -123,6 +123,7 @@ export const processContent = (collection) => {
})
}
}
addItemToIndex(posts, '📝', (item) => new URL(item['slug'], BASE_URL).toString(), (item) => item['title'], (item) => item['tags'])
addItemToIndex(links, '🔗', (item) => item['link'], (item) => item['title'], (item) => item['tags'])
addItemToIndex(artists, '🎙️', (item) => item['url'], (item) => `${item['name']} (${item['country']}) - ${item['genre']}`, (item) => `['${item['genre']}']`)

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "21.7.1",
"version": "21.7.2",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {