Commit 421695d

HPCesia <me@hpcesia.com>
2025-03-11 14:30:57
fix: update links to repository
1 parent 556a314
Changed files (2)
src/content/posts/components.mdx
@@ -195,11 +195,11 @@ Components let you easily reuse a piece of UI or styling consistently. You can u
 ### RepoCard
 
 <Repl>
-  <RepoCard repo="Astral-Halo/astral-halo" platform='github' />
+  <RepoCard repo="HPCesia/astral-halo" platform='github' />
   <RepoCard repo="withastro/astro" platform='github' />
   <Fragment slot="desc">
     ```jsx
-    <RepoCard repo="Astral-Halo/astral-halo" platform='github' />
+    <RepoCard repo="HPCesia/astral-halo" platform='github' />
     <RepoCard repo="withastro/astro" platform='github' />
     ```
   </Fragment>
src/config.ts
@@ -150,7 +150,7 @@ export const footerConfig: FooterConfig = {
     [
       {
         text: 'Astral Halo',
-        link: 'https://github.com/Astral-Halo/astral-halo',
+        link: 'https://github.com/HPCesia/astral-halo',
         class: 'font-bold',
       },
     ],