Skip to content

Commit d9151b7

Browse files
committed
Just keep the github pages as it is
1 parent 96db533 commit d9151b7

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

scripts/storybook-build.mjs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,5 @@ htmlFile =
5454
)
5555
}
5656

57-
{
58-
// For oss.sufeni.id/carbon-react-native
59-
// fix all the assets and stylesheets href with forward slash
60-
61-
const hrefRegex = new RegExp(/\.\//g)
62-
63-
htmlFile =
64-
htmlFile.replace(
65-
hrefRegex,
66-
"./carbon-react-native/",
67-
)
68-
}
69-
7057
node_fs.promises.writeFile(htmlFilePath, htmlFile)
7158
node_fs.promises.writeFile(iframeHtmlFilePath, iframeHtmlFile)

0 commit comments

Comments
 (0)