Skip to content

Commit

Permalink
fix: GitHub link and edit url (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jun 5, 2024
1 parent 2293971 commit b038449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export default defineConfig({
replacesTitle: true,
},
social: {
github: "https://github.com/shorebirdtech/shorebird",
github: "https://github.com/shorebirdtech/handbook",
discord: "https://discord.gg/shorebird",
},
editLink: {
baseUrl: "https://github.com/shorebirdtech/docs/edit/main/",
baseUrl: "https://github.com/shorebirdtech/handbook/edit/main/",
},
favicon: "favicon.svg",
head: [
Expand Down

0 comments on commit b038449

Please sign in to comment.