Skip to content

Commit

Permalink
docs: fix edit in GitHub links (#672)
Browse files Browse the repository at this point in the history
Fix #655
  • Loading branch information
gregberge committed Jan 29, 2022
1 parent fab97b7 commit ac78c24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
description: 'Transforms SVG into React Components.',
siteUrl: 'https://react-svgr.com',
githubRepositoryURL: 'https://github.com/gregberge/svgr',
githubDefaultBranch: 'main',
baseDirectory: path.resolve(__dirname, '..'),
navItems: [
{ title: 'Playground', url: '/playground/' },
Expand Down

1 comment on commit ac78c24

@vercel
Copy link

@vercel vercel bot commented on ac78c24 Jan 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.