💄 (titles) replace - with spaces

This commit is contained in:
2021-03-21 22:28:25 +01:00
parent ef521480d5
commit 81c2991a36

View File

@@ -44,6 +44,7 @@ export const useNote = (
.split('/') .split('/')
.filter((path) => !path.includes('README')) .filter((path) => !path.includes('README'))
.join('/') .join('/')
.replaceAll('-', ' ')
return obj return obj
}, {}) }, {})