Skip to content

Commit c355ee1

Browse files
committed
chore: lint fix
1 parent 0e3570e commit c355ee1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/docs/astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ export default defineConfig({
1515
description:
1616
'React components and hooks giving you the power of Netlify Forms',
1717
editLink: {
18-
baseUrl: 'https://github.com/pyrax/react-netlify-forms/edit/master/packages/docs/'
18+
baseUrl:
19+
'https://github.com/pyrax/react-netlify-forms/edit/master/packages/docs/'
1920
},
2021
logo: {
2122
src: './src/assets/logo.png',

0 commit comments

Comments
 (0)