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 0ef32a0 commit 787c3deCopy full SHA for 787c3de
packages/servers/testing-server/index.js
@@ -79,9 +79,9 @@ getConfig().then(async boltConfig => {
79
.join('\n')}</style>
80
81
${normalizeAssets(assetsByChunkName['bolt-global'])
82
- .filter(path => path.endsWith('.js'))
83
- .map(path => `<script src="${path}"></script>`)
84
- .join('\n')}
+ .filter(path => path.endsWith('.js'))
+ .map(path => `<script src="${path}"></script>`)
+ .join('\n')}
85
</head>
86
<body>
87
<!-- set #root to inline-block so VRT screenshots are only as wide as the component vs are always full width -->
0 commit comments