feat: update files for Hono router and SPA support

This commit is contained in:
2025-06-04 08:48:33 +09:00
parent 4db363068d
commit 2ae43314c4
3 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export async function updatePodcastRSS() {
let itemsXml = "";
for (const ep of episodes) {
const fileUrl = `https://your-domain.com/podcast_audio/${path.basename(
const fileUrl = `https://your-domain.com/static/podcast_audio/${path.basename(
ep.audioPath,
)}`;
const pubDate = new Date(ep.pubDate).toUTCString();