mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
remove export trailing slash
This commit is contained in:
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…
x
Reference in New Issue
Block a user