fix: favicon and rss url error

This commit is contained in:
radishzzz 2025-03-20 11:59:17 +00:00
parent 9283287442
commit 850d9c2403
10 changed files with 23 additions and 13 deletions

View file

@ -25,7 +25,7 @@ export const { getStaticPaths, GET } = OGImageRoute({
title: page.title,
description: page.description,
logo: {
path: './public/image/og-logo.png', // Required local path and PNG format
path: './public/icon/og-logo.png', // Required local path and PNG format
size: [250],
},
border: {