Skip to content

Commit

Permalink
Merge branch 'main' of github.com:advanced-astro/astropod
Browse files Browse the repository at this point in the history
  • Loading branch information
rdwz committed Apr 19, 2024
2 parents f99bced + 9777908 commit f617864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"typescript": "^5.4.5"
},
"authors": "Manuel Ernesto Garcia",
"packageManager": "pnpm@9.0.3"
"packageManager": "pnpm@9.0.4"
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pages/rss.xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const cover = isFullUrl(astropodConfig.cover)
? astropodConfig.cover
: astropodConfig.link + astropodConfig.cover

export async function get(context) {
export async function GET(context) {
let podcast = {
rss: {
$: {
Expand Down

0 comments on commit f617864

Please sign in to comment.