Added more runs, prettier formatting
This commit is contained in:
parent
7fe9e8c25f
commit
04ec083b19
19 changed files with 185 additions and 65 deletions
src/utils
|
@ -1,3 +1,3 @@
|
|||
export function findSlug(filepath: string) {
|
||||
return filepath.match(/(?:.*[\\/])(.+)(?:\.json)/)?.[1]
|
||||
}
|
||||
return filepath.match(/(?:.*[\\/])(.+)(?:\.json)/)?.[1]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue