Skip to content

Commit

Permalink
Don't pre-render the rss. Need the domain origin which isn't availabl…
Browse files Browse the repository at this point in the history
…e at pre-render time.
  • Loading branch information
scosman committed Feb 29, 2024
1 parent d883254 commit d7fe788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/(marketing)/blog/rss.xml/+server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { sortedBlogPosts, blogInfo } from "../posts"

export const prerender = true

const encodeXML = (str: string) =>
str
.replace(/&/g, "&")
Expand Down

0 comments on commit d7fe788

Please sign in to comment.