Skip to content

Commit

Permalink
Revert "revert next (vercel/next.js#40241)"
Browse files Browse the repository at this point in the history
This reverts commit 02ec08d.
  • Loading branch information
jakejarvis committed Sep 7, 2022
1 parent 02ec08d commit 128dd86
Show file tree
Hide file tree
Showing 4 changed files with 203 additions and 208 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ module.exports = {
files: ["*.md", "*.mdx"],
extends: ["plugin:mdx/recommended"],
rules: {
"mdx/code-blocks": "off",
"import/no-unresolved": "off",
"react/jsx-no-undef": "off",
"react/jsx-boolean-value": "off", // TODO: causes some inconsistent parser errors in mdx
Expand Down
4 changes: 0 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ module.exports = (phase) => {
legacyBrowsers: false,
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

0 comments on commit 128dd86

Please sign in to comment.