We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e663847 + 038f74d commit 37044a6Copy full SHA for 37044a6
docs/.vuepress/config.js
@@ -1,6 +1,7 @@
1
// .vuepress/config.js
2
3
const DEPLOY_DOMAIN = 'https://docs.filecoin.io'
4
+const pageSuffix = '/'
5
6
module.exports = {
7
base: '/',
@@ -13,6 +14,7 @@ module.exports = {
13
14
}
15
},
16
markdown: {
17
+ pageSuffix,
18
extendMarkdown: md => {
19
md.set({
20
breaks: true
@@ -309,8 +311,8 @@ module.exports = {
309
311
[
310
312
'vuepress-plugin-clean-urls',
313
{
- normalSuffix: '/',
- indexSuffix: '/',
314
+ normalSuffix: pageSuffix,
315
+ indexSuffix: pageSuffix,
316
notFoundPath: '/404/'
317
318
],
0 commit comments