Skip to content

Commit

Permalink
revert next
Browse files Browse the repository at this point in the history
  • Loading branch information
jakejarvis committed Sep 7, 2022
1 parent f073c9f commit dcb7851
Show file tree
Hide file tree
Showing 3 changed files with 156 additions and 153 deletions.
3 changes: 3 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ module.exports = (phase) => {
browsersListForSwc: true,
newNextLinkBehavior: true, // https://github.com/vercel/next.js/pull/36436
optimisticClientCache: false, // https://github.com/vercel/next.js/discussions/40268#discussioncomment-3572642
images: {
allowFutureImage: true,
},
},
webpack: (config) => {
// this lets us statically import webfonts like we would images, allowing cool things like preloading them
Expand Down
Loading

1 comment on commit dcb7851

@vercel
Copy link

@vercel vercel bot commented on dcb7851 Sep 7, 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:

jarvis – ./

jarvis-jakejarvis.vercel.app
www.jarv.is
jarv.is
jarvis-git-main-jakejarvis.vercel.app

Please sign in to comment.