Skip to content

Commit

Permalink
[fix] change src for config script in index.html (build warning)
Browse files Browse the repository at this point in the history
  • Loading branch information
shellyear committed Mar 14, 2024
1 parent d35df1d commit f6ff982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" href="favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
<script src="config.js"></script>
<script type="module" src="/config.js"></script>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit f6ff982

Please sign in to comment.