Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit e72b31e

Browse files
committed
Must explicitly require index.js
1 parent 87fb1f8 commit e72b31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layouts/main.static.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ baseurl: /deck-bespoke.js
2626
</main>
2727
<script>document.documentElement.className = 'js'</script>
2828
<script src="DIGEST(/app.js)"></script>
29-
<script>require('.').default()</script>
29+
<script>require('index.js').default()</script>
3030
</body>
3131
</html>

0 commit comments

Comments
 (0)