We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5692b1b commit 41875a1Copy full SHA for 41875a1
src/server.ts
@@ -340,7 +340,7 @@ async function generateRSSFeed(host: string): Promise<Response> {
340
341
// Convert markdown to HTML for the description
342
const htmlContent = render(markdown, {
343
- baseUrl: `https://${host}`,
+ baseUrl: `https://${host}${entry.path}`,
344
allowIframes: true,
345
allowedTags: ["iframe", "div"],
346
allowedAttributes: {
0 commit comments