Skip to content

Commit 73a00d7

Browse files
committed
commit script change (whoops)
1 parent c097242 commit 73a00d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/builders/people.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const run = async () => {
4141
.toLowerCase()
4242
.normalize("NFD")
4343
.replaceAll(/[\u0300-\u036f]/g, "")
44-
.replaceAll(/[ ._<>*%]/g, "-");
44+
.replaceAll(/[ ._<>*%\\/]/g, "-");
4545
const filePath = path.join(outputDirectory, `${slug}.yaml`);
4646

4747
// never overwrite an existing file

0 commit comments

Comments
 (0)