Skip to content

Commit e5ea2e1

Browse files
committed
use double quotes
1 parent 2f6a121 commit e5ea2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const allEntries = [
1818
solidMetaEntries.learn, solidMetaEntries.reference,
1919
].flat(Infinity).map(x =>
2020
// @ts-expect-error `flat` mess up the type and I have no idea how to fix this
21-
x.path.replace(/\\/g, '/')
21+
x.path.replace(/\\/g, "/")
2222
);
2323

2424
function docsData() {

0 commit comments

Comments
 (0)