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.
1 parent f86e4ba commit dbf1208Copy full SHA for dbf1208
theme/components/Comments.vue
@@ -24,7 +24,7 @@ const p2k = (str: string) => {
24
v-if="!!site.themeConfig.comments && frontmatter.comments !== false"
25
>
26
<Giscus
27
- repo="lumishell/newstar-docs"
+ repo="lumisudo/newstar-docs"
28
repoId="R_kgDOMqjJaA"
29
category="Comments"
30
categoryId="DIC_kwDOMqjJaM4CnZZo"
vitepress.config.ts
@@ -24,7 +24,7 @@ export default ({ mode }: { mode: string }) => {
<Partial<DefaultTheme.Config>>{
siteTitle: "NewStar CTF",
- socialLinks: [{ icon: "github", link: "https://github.com/lumishell/newstar-docs" }],
+ socialLinks: [{ icon: "github", link: "https://github.com/lumisudo/newstar-docs" }],
search: {
provider: "local",
0 commit comments