fix: update GitHub URLs to use Riotpiaole and forgejo.riotpiao.com (#13)
CI / CI (push) Successful in 5m44s
CI / CI (push) Successful in 5m44s
- Change public GitHub from github.com/rockliang to github.com/Riotpiaole - Change private GitHub to forgejo.riotpiao.com for all references - Update both desktop and mobile contact sections --------- Co-authored-by: poimen <[email protected]> Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
+2
-1
@@ -29,6 +29,7 @@ export default function Home() {
|
||||
: undefined,
|
||||
videoUrl: '#',
|
||||
articleUrl: index === 4 ? 'https://lnkd.in/p/gm2PZkWw' : '#',
|
||||
deepDive: index === 0 ? { url: '/homelab', label: 'Architecture & Deep Dive' } : undefined,
|
||||
ciRepos: index === 0 ? [
|
||||
{ label: 'portfolio', repo: 'rock/riotpiao.com', forgejoBase: 'https://forgejo.riotpiao.com/rock/riotpiao.com' },
|
||||
{ label: 'homelab-frontend', repo: 'rock/homelab-frontend', forgejoBase: 'https://forgejo.riotpiao.com/rock/homelab-frontend' },
|
||||
@@ -136,7 +137,7 @@ export default function Home() {
|
||||
<div className="max-w-6xl mx-auto text-center text-sm text-gray-600 dark:text-gray-400">
|
||||
<p>{t.footer.copyright}</p>
|
||||
<p className="mt-2">
|
||||
<a href="https://github.com/rockliang" target="_blank" rel="noopener noreferrer" className="hover:text-blue-600 dark:hover:text-blue-400">
|
||||
<a href="https://github.com/Riotpiaole" target="_blank" rel="noopener noreferrer" className="hover:text-blue-600 dark:hover:text-blue-400">
|
||||
{t.footer.github}
|
||||
</a>
|
||||
{' • '}
|
||||
|
||||
Reference in New Issue
Block a user