|
@@ -33,7 +33,7 @@
|
|
<!-- Serviceworker script that adds the COI and CORS headers to the response headers in cases where the server does not support it. -->
|
|
<!-- Serviceworker script that adds the COI and CORS headers to the response headers in cases where the server does not support it. -->
|
|
<script src="serviceWorker.js"></script>
|
|
<script src="serviceWorker.js"></script>
|
|
<script src="network.js"></script>
|
|
<script src="network.js"></script>
|
|
- <script defer src='/build/bundle.js'></script>
|
|
|
|
|
|
+ <script defer src='/build/bundle.js' type='module'></script>
|
|
</head>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<body>
|