chore: rename the main bundle to main.js (#270)

This commit is contained in:
Robert Kaussow 2022-01-08 21:36:55 +01:00 committed by GitHub
parent d89f0246ea
commit 09c3656fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<script src="{{ index (index .Site.Data.assets "bundle.js") "src" | relURL }}"></script>
<script src="{{ index (index .Site.Data.assets "main.js") "src" | relURL }}"></script>
<link
rel="preload"