From 2676feea909354465fa8a1dd74baf4e24d0a4cbe Mon Sep 17 00:00:00 2001 From: Andrew Hurle Date: Mon, 15 Feb 2021 16:19:45 -0500 Subject: [PATCH] Fix bug where next/image was redirecting unnecessarily https://github.com/vercel/next.js/issues/21337 --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index 6d37f88..3e859f0 100644 --- a/next.config.js +++ b/next.config.js @@ -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$/,