chore: initialize repository with deployment baseline
This commit is contained in:
3
src/util/index.ts
Normal file
3
src/util/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function createPageUrl(pageName: string) {
|
||||
return "/" + pageName.replace(/ /g, "-");
|
||||
}
|
||||
Reference in New Issue
Block a user