Skip to content

Commit bea43ee

Browse files
committed
chore(docs): add editLink
1 parent 8318b68 commit bea43ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/docs/astro.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ export default defineConfig({
1414
title: 'react-netlify-forms',
1515
description:
1616
'React components and hooks giving you the power of Netlify Forms',
17+
editLink: {
18+
baseUrl: 'https://github.com/pyrax/react-netlify-forms/edit/master/packages/docs/'
19+
},
1720
logo: {
1821
src: './src/assets/logo.png',
1922
alt: 'react-netlify-forms'

0 commit comments

Comments
 (0)