From f9891a33a0bf4fd88b90f57a6292f200c5cf23c1 Mon Sep 17 00:00:00 2001 From: Jeff Escalante Date: Thu, 9 Apr 2020 15:18:55 -0400 Subject: [PATCH] remove export trailing slash --- website/next.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/next.config.js b/website/next.config.js index 1f7b742ac7..107938cc93 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -7,7 +7,6 @@ module.exports = withHashicorp({ mdx: { resolveIncludes: path.join(__dirname, 'pages/partials') }, })({ experimental: { - css: true, modern: true, rewrites: () => [ { @@ -16,7 +15,6 @@ module.exports = withHashicorp({ }, ], }, - exportTrailingSlash: true, env: { HASHI_ENV: process.env.HASHI_ENV, },