mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-23 12:26:07 -05:00
refactor constants
This commit is contained in:
@@ -15,7 +15,7 @@ export const buildFeed = async (): Promise<Feed> => {
|
||||
id: `${BASE_URL}`,
|
||||
link: `${BASE_URL}`,
|
||||
title: config.siteName,
|
||||
description: config.longDescription,
|
||||
description: config.description,
|
||||
copyright: config.licenseUrl,
|
||||
updated: new Date(RELEASE_TIMESTAMP),
|
||||
image: `${BASE_URL}${ogImage.src}`,
|
||||
|
||||
Reference in New Issue
Block a user