fix: json feed icon link

This commit is contained in:
DIYgod 2023-04-20 13:59:08 +01:00
parent 8fe88e24df
commit 4745677dff
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export const getJsonFeed = async (domainOrSubdomain: string, path: string) => {
version: "https://jsonfeed.org/version/1",
title: site.name,
description: site.description,
icon: link + site.avatars?.[0],
icon: site.avatars?.[0],
home_page_url: link,
feed_url: `${link}${path}`,
items: pages.list?.map((page: any) => ({