ui: Fix base url mess
This commit is contained in:
parent
74d77dce9f
commit
17839474e1
23 changed files with 66 additions and 43 deletions
|
|
@ -4,9 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
|
||||
<meta name="author" content="EPITA Laboratoire SRS">
|
||||
<meta name="robots" content="all">
|
||||
<base href="/">
|
||||
%svelte.head%
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Reference in a new issue