mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
fix: update script tags to use type="module" for improved compatibility
This commit is contained in:
parent
0cc64550c9
commit
a579b97584
4 changed files with 4 additions and 4 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue