This commit is contained in:
Matvey Ryabchikov
2022-08-17 05:51:19 +03:00
parent 426a487597
commit 04a4ea1a81
8 changed files with 5 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
module.exports = {
permalink: data => `${data.page?.fileSlug.toLowerCase().replace('readme', '')}/index.html` || null
};