Skip to content

Commit

Permalink
feat: add edit link to docs pages (AstroNvim#119)
Browse files Browse the repository at this point in the history
* feat: add edit link to docs pages

* Update astro.config.mjs
  • Loading branch information
mehalter authored Oct 16, 2023
1 parent 988bd84 commit 4a927e3
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 4a927e3

Please sign in to comment.