Skip to content

Commit 7a3743a

Browse files
authored
Merge pull request #107 from Logging-Studio/rss
fix rss route
2 parents f53cae0 + 68dde5a commit 7a3743a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ next-env.d.ts
3838
# contentlayer
3939
.contentlayer
4040

41-
package-lock.json
41+
package-lock.json
42+
.env

app/rss.xml/route.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export async function GET(request: NextRequest) {
1515
pubDateStrategy: "githubLastEdit",
1616
},
1717
github: {
18-
owner: "your-username",
19-
repo: "your-repo",
18+
owner: "Logging-Studio",
19+
repo: "https://github.com/Logging-Studio/RetroUI",
2020
token: process.env.GITHUB_TOKEN,
2121
},
2222
});

0 commit comments

Comments
 (0)