Skip to content

Commit 486e3cf

Browse files
committed
Attempt to fix vuepress build
1 parent a86b0bf commit 486e3cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ module.exports = {
225225
'/how-to/websites-on-ipfs/link-a-domain',
226226
'/how-to/websites-on-ipfs/introducing-fleek',
227227
'/how-to/websites-on-ipfs/static-site-generators',
228-
'/how-to/websites-on-ipfs/_redirects-file-support'
228+
'/how-to/websites-on-ipfs/redirects-file-support'
229229
]
230230
},
231231
{

docs/how-to/websites-on-ipfs/gateway-redirects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: _redirects file support
2+
title: redirects file support
33
description: What the _redirect file is and how to use them with a website on IPFS.
44
---
55
# `_redirects` file support

0 commit comments

Comments
 (0)