fix: remove repeated dash in compose path

This commit is contained in:
Timothy Lin 2021-02-25 23:00:54 +08:00
parent dc522f0442
commit 81335f12f2
2 changed files with 19 additions and 12420 deletions

12438
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,7 @@ const fileName = title
.toLowerCase()
.replace(/[^a-zA-Z0-9 ]/g, '')
.replace(/ /g, '-')
.replace(/-+/g, '-')
let d = new Date()
const date = [
d.getFullYear(),