mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 21:07:27 +00:00
feat: use absolute url for plausible script to prevent error in dev mode
This commit is contained in:
parent
8ab4184789
commit
317dd9f684
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@
|
|||
<div id="app"></div>
|
||||
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
<script defer data-domain="leaguestats.gg" src="/js/script.js"></script>
|
||||
<script defer data-domain="leaguestats.gg" src="https://leaguestats.gg/js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue