Skip to content

Commit 72c8c31

Browse files
committed
Add edit link to pages
1 parent 0bdd3d8 commit 72c8c31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ export default defineConfig({
1111
social: {
1212
github: 'https://github.com/metrics-js/documentation',
1313
},
14+
editLink: {
15+
baseUrl: 'https://github.com/metrics-js/metrics-js.github.io/edit/main',
16+
pattern: 'docs',
17+
},
1418
sidebar: [
1519
{
1620
label: 'Introduction',

0 commit comments

Comments
 (0)