Skip to content

Commit

Permalink
fix: server error in GH api (#220)
Browse files Browse the repository at this point in the history
* chore(deps): update project dependencies

* fix: add try/catch for GH api

* ci: disable sentry on server

* fix: fix server error with sentry

getsentry/sentry-javascript#5667

* chore: add lint:fix
  • Loading branch information
Shramkoweb committed Aug 31, 2022
1 parent 171f2e5 commit d019ceb
Show file tree
Hide file tree
Showing 4 changed files with 1,747 additions and 1,459 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const securityHeaders = [
{
key: 'Strict-Transport-Security',
value: 'max-age=31536000; includeSubDomains; preload'
},
}
];

/** @type {import("next").NextConfig} */
Expand Down
Loading

1 comment on commit d019ceb

@vercel
Copy link

@vercel vercel bot commented on d019ceb Aug 31, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

portfolio – ./

portfolio-shramko.vercel.app
shramko.dev
portfolio-git-develop-shramko.vercel.app
www.shramko.dev

Please sign in to comment.