Skip to content

Commit

Permalink
Fix edit on GitHub links (#3635)
Browse files Browse the repository at this point in the history
  • Loading branch information
WalkingPizza committed May 27, 2023
1 parent 6d0fa5a commit b4e7488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/siteConfig.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// List of projects/orgs using your project for the users page.

export const siteConfig = {
editUrl: 'https://github.com/formik/formik/edit/master/docs/src/pages',
editUrl: 'https://github.com/formik/formik/edit/master',
copyright: `Copyright © ${new Date().getFullYear()} Jared Palmer. All Rights Reserved.`,
repoUrl: 'https://github.com/formik/formik',
discordUrl: 'https://discord.com/invite/pJSg287',
Expand Down

1 comment on commit b4e7488

@vercel
Copy link

@vercel vercel bot commented on b4e7488 May 27, 2023

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Resource is limited - try again in 54 minutes (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.