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, },