diff --git a/.storybook/post-process-index-file.js b/.storybook/post-process-index-file.js index f7b291f85d..53e4df5783 100644 --- a/.storybook/post-process-index-file.js +++ b/.storybook/post-process-index-file.js @@ -53,14 +53,15 @@ function addCspTag(filePath) { // const styleEndMatch = ''; // readHashesForMatch(htmlDocument, styleMatch, styleEndMatch, styleHashes); - const cspTag = ``; + const cspTag = ` + `; const updatedHtmlDocument = htmlDocument.replace( //, ` diff --git a/index.html b/index.html index 3960f028b0..bc5492e334 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,6 @@ Microsoft Graph Toolkit Test -