1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

fix: html base href trailing slash

This commit is contained in:
Ferdinand Mütsch 2020-05-24 17:35:44 +02:00
parent c171d31f30
commit f341ae4707

View File

@ -1,6 +1,6 @@
<head>
<title>Wakapi Coding Statistics</title>
<base href="{{ getBasePath }}">
<base href="{{ getBasePath }}/">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<link rel="icon" data-emoji="📊" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">