File size: 97 Bytes
73d7d26
 
 
1
2
3
export function createPageUrl(pageName: string) {
    return '/' + pageName.replace(/ /g, '-');
}