forked from github.com/GenderDysphoria.fyi
Fix the broken header links
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const slugs = require('slugify');
|
||||
|
||||
module.exports = exports = function slugify (s) {
|
||||
return slugs(s, { remove: /[*+~.,()'"!?:@/\\]/g }).toLowerCase();
|
||||
const result = slugs(s, { remove: /[*+~.,()'"!?:@/\\]/g }).toLowerCase();
|
||||
return result;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user