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