index.html: allow for hosting in a subdir
This commit is contained in:
parent
79559a26f1
commit
784a6edc10
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@
|
|||
</footer>
|
||||
|
||||
<!---------------->
|
||||
<link rel="stylesheet" href="/app.css?hash={CSS_HASH_SHORT}" integrity="{ALGO}-{CSS_HASH}" />
|
||||
<script src="/app.js?hash={JS_HASH_SHORT}" integrity="{ALGO}-{JS_HASH}" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="./app.css?hash={CSS_HASH_SHORT}" integrity="{ALGO}-{CSS_HASH}" />
|
||||
<script src="./app.js?hash={JS_HASH_SHORT}" integrity="{ALGO}-{JS_HASH}" charset="utf-8"></script>
|
||||
<!-- <link rel="stylesheet" href="/app.css" />
|
||||
<script src="/app.js"></script> -->
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue