Skip to content

Commit

Permalink
Update route.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman authored Aug 27, 2024
1 parent 356ae78 commit daa4da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atproto-browser/app/collection-rss/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function GET(request: Request) {
month: "2-digit",
day: "2-digit",
}).format(new Date())}</pubDate>
<link>${ORIGIN}/collection-rss?u=${uri.toString()}</link>
<link>${ORIGIN}/at?u=${uri.toString()}</link>
<guid isPermalink="false">${record.cid}</guid>
</item>
`.trim(),
Expand Down

0 comments on commit daa4da7

Please sign in to comment.