mirror of https://github.com/hashicorp/consul
remove export trailing slash
parent
f1c86126e9
commit
f9891a33a0
|
@ -7,7 +7,6 @@ module.exports = withHashicorp({
|
||||||
mdx: { resolveIncludes: path.join(__dirname, 'pages/partials') },
|
mdx: { resolveIncludes: path.join(__dirname, 'pages/partials') },
|
||||||
})({
|
})({
|
||||||
experimental: {
|
experimental: {
|
||||||
css: true,
|
|
||||||
modern: true,
|
modern: true,
|
||||||
rewrites: () => [
|
rewrites: () => [
|
||||||
{
|
{
|
||||||
|
@ -16,7 +15,6 @@ module.exports = withHashicorp({
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
exportTrailingSlash: true,
|
|
||||||
env: {
|
env: {
|
||||||
HASHI_ENV: process.env.HASHI_ENV,
|
HASHI_ENV: process.env.HASHI_ENV,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue