mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: update script tags to use type="module" for improved compatibility
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
<script src="/accounts/dist/Index.js"></script>
|
||||
<script type="module" src="/accounts/dist/Index.js"></script>
|
||||
<script>
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
|
||||
@@ -100,7 +100,7 @@
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
<script src="/admin/dist/Index.js"></script>
|
||||
<script type="module" src="/admin/dist/Index.js"></script>
|
||||
<script>
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
<script src="/dashboard/dist/Index.js"></script>
|
||||
<script type="module" src="/dashboard/dist/Index.js"></script>
|
||||
<script>
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
<% } %>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
<script src="/status-page/dist/Index.js"></script>
|
||||
<script type="module" src="/status-page/dist/Index.js"></script>
|
||||
<script>
|
||||
tailwind.config = {
|
||||
theme: {
|
||||
|
||||
Reference in New Issue
Block a user