Update all URLs from GitHub to Gitea

Library repo: git.supported.systems/MCP/mcwaddams
Site repo: git.supported.systems/warehack.ing/mcwaddams-site
This commit is contained in:
Ryan Malloy 2026-02-20 15:44:11 -07:00
parent 3af91e8a9d
commit 5a582615fd
7 changed files with 11 additions and 11 deletions

View file

@ -20,7 +20,7 @@ export default defineConfig({
replacesTitle: false,
},
social: [
{ icon: 'github', label: 'GitHub', href: 'https://github.com/ryanmalloy/mcwaddams' },
{ icon: 'github', label: 'GitHub', href: 'https://git.supported.systems/MCP/mcwaddams' },
],
customCss: [
'./src/styles/custom.css',
@ -107,7 +107,7 @@ export default defineConfig({
},
],
editLink: {
baseUrl: 'https://github.com/ryanmalloy/mcwaddams-site/edit/main/',
baseUrl: 'https://git.supported.systems/warehack.ing/mcwaddams-site/_edit/main/',
},
lastUpdated: true,
pagination: true,