Skip to content

Commit 96e02c9

Browse files
committed
👽 change repo name
1 parent 6d4138a commit 96e02c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

theme/components/Comments.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const p2k = (str: string) => {
2424
v-if="!!site.themeConfig.comments && frontmatter.comments !== false"
2525
>
2626
<Giscus
27-
repo="lumisudo/newstar-docs"
27+
repo="project-newstar/wiki-docs"
2828
repoId="R_kgDOMqjJaA"
2929
category="Comments"
3030
categoryId="DIC_kwDOMqjJaM4CnZZo"

vitepress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default ({ mode }: { mode: string }) => {
2424
<Partial<DefaultTheme.Config>>{
2525
siteTitle: "NewStar CTF",
2626

27-
socialLinks: [{ icon: "github", link: "https://github.com/lumisudo/newstar-docs" }],
27+
socialLinks: [{ icon: "github", link: "https://github.com/project-newstar/wiki-docs" }],
2828

2929
search: {
3030
provider: "local",

0 commit comments

Comments
 (0)