remove export trailing slash

This commit is contained in:
Jeff Escalante 2020-04-09 15:18:55 -04:00
parent f1c86126e9
commit f9891a33a0
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
1 changed files with 0 additions and 2 deletions

View File

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