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.
2 parents f53cae0 + 68dde5a commit 7a3743aCopy full SHA for 7a3743a
.gitignore
@@ -38,4 +38,5 @@ next-env.d.ts
38
# contentlayer
39
.contentlayer
40
41
-package-lock.json
+package-lock.json
42
+.env
app/rss.xml/route.ts
@@ -15,8 +15,8 @@ export async function GET(request: NextRequest) {
15
pubDateStrategy: "githubLastEdit",
16
},
17
github: {
18
- owner: "your-username",
19
- repo: "your-repo",
+ owner: "Logging-Studio",
+ repo: "https://github.com/Logging-Studio/RetroUI",
20
token: process.env.GITHUB_TOKEN,
21
22
});
0 commit comments