We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6a121 commit e5ea2e1Copy full SHA for e5ea2e1
app.config.ts
@@ -18,7 +18,7 @@ const allEntries = [
18
solidMetaEntries.learn, solidMetaEntries.reference,
19
].flat(Infinity).map(x =>
20
// @ts-expect-error `flat` mess up the type and I have no idea how to fix this
21
- x.path.replace(/\\/g, '/')
+ x.path.replace(/\\/g, "/")
22
);
23
24
function docsData() {
0 commit comments