Skip to content

Commit

Permalink
feat: add edit link to docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored Oct 16, 2023
1 parent 654b95c commit 2b311b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ export default defineConfig({
},
],
lastUpdated: true,
editLink: {
baseUrl: 'https://github.com/AstroNvim/docs/edit/main/'
},
}),
tailwind({
// Disable the default base styles:
Expand Down

0 comments on commit 2b311b6

Please sign in to comment.