mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Remove questionmark from page sitempa
This commit is contained in:
parent
4d60b4f1a6
commit
64d67a50fa
1 changed files with 1 additions and 1 deletions
|
|
@ -13,5 +13,5 @@ export const fetchData = async (): Promise<AwesomePrivacy> => {
|
|||
}
|
||||
|
||||
export const slugify = (title: string) => {
|
||||
return (title || '').toLowerCase().replace(/\s/g, '-').replace(/\+|&/g, 'and');
|
||||
return (title || '').toLowerCase().replace(/\s/g, '-').replace(/\+|&/g, 'and').replaceAll('?', '');
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue