diff --git a/pages/index.tsx b/pages/index.tsx index 542c0fb..be0cb71 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -25,7 +25,7 @@ export default function LandingPage() {
-
diff --git a/theme.config.tsx b/theme.config.tsx index 18d60be..0e36666 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -11,7 +11,7 @@ import coverUrl from './public/cover.png'; import faviconUrl from './public/favicon.ico'; const starLinks = [ - link('GitHub', 'https://github.com/Pasithea0/p-stream', { + link('GitHub', 'https://github.com/p-stream/p-stream', { style: 'star', newTab: true, icon: 'akar-icons:github-fill', @@ -24,7 +24,7 @@ const starLinks = [ ]; export default defineTheme({ - github: 'Pasithea0/p-stream', + github: 'p-stream/p-stream', navigation: [ link('Discord', '/links/discord', { style: 'star', @@ -39,9 +39,9 @@ export default defineTheme({ contentFooter: { text: 'Made with :3 (sillyness)', editRepositoryBase: - 'https://github.com/Pasithea0/p-stream-docs/blob/master', + 'https://github.com/p-stream/docs/blob/master', socials: [ - social.github('https://github.com/Pasithea0'), + social.github('https://github.com/p-stream'), social.discord('/links/discord'), ], },