Skip to content

Commit

Permalink
fix(screenshot): compare.html in e2e screenshot (#2585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcylabs committed Jul 22, 2020
1 parent d3dc1b4 commit 85f6504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/screenshot/connector-local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ function createLocalCompareApp(namespace: string, appSrcUrl: string, imagesUrl:
<meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="IE=Edge">
<link href="${appSrcUrl}/build/app.css" rel="stylesheet">
<script src="${appSrcUrl}/build/app.js"></script>
<script type="module" src="${appSrcUrl}/build/app.esm.js"></script>
<script nomodule src="${appSrcUrl}/build/app.js"></script>
<link rel="icon" type="image/x-icon" href="${appSrcUrl}/assets/favicon.ico">
</head>
<body>
Expand Down

0 comments on commit 85f6504

Please sign in to comment.