Skip to content

Commit

Permalink
Fix bug where next/image was redirecting unnecessarily
Browse files Browse the repository at this point in the history
  • Loading branch information
fracture91 committed Feb 15, 2021
1 parent 15cd732 commit a13bdb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Expand Up @@ -5,7 +5,6 @@ const withBundleAnalyzer = require("@next/bundle-analyzer")({

module.exports = withBundleAnalyzer({
reactStrictMode: true,
trailingSlash: true,
webpack(config) {
config.module.rules.push({
test: /\.md$/,
Expand Down

0 comments on commit a13bdb1

Please sign in to comment.