Skip to content

Commit

Permalink
Yeah I guess we do wanna replace more than one huh
Browse files Browse the repository at this point in the history
  • Loading branch information
Osmose committed Sep 27, 2024
1 parent 128e7df commit e621410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/phantomake/src/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class InputFile {
return (
'/' +
this.relativeOutputPath
.replace('\\', '/')
.replaceAll('\\', '/')
.replace(/^\./, '')
.replace(/index\.html$/, '')
);
Expand Down

0 comments on commit e621410

Please sign in to comment.