Remove questionmark from page sitempa

pull/215/head
Alicia Sykes 1 month ago
parent 4d60b4f1a6
commit 64d67a50fa

@ -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…
Cancel
Save