fixing basepath.
This commit is contained in:
parent
33390680c6
commit
fb67c43a64
|
@ -3,7 +3,11 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>fastenhealth</title>
|
||||
<base href="/">
|
||||
|
||||
<script>
|
||||
document.write(`<base href="${window.location.pathname.split('/web').slice(0, 1)[0]}/web/"/>`);
|
||||
</script>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue