Fix static files reference

This commit is contained in:
Harel M
2024-01-11 20:00:59 +00:00
parent 104c3c0c10
commit e1ed42f16f

View File

@@ -3,10 +3,9 @@
<head>
<meta charset="utf-8">
<title>Maputnik</title>
<base href="/maputnik/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/assets/manifest-a2c5GD_R.json">
<link rel="icon" href="/assets/favicon-wZ-gSi8V.ico" type="image/x-icon" />
<link rel="manifest" href="/maputnik/assets/manifest-a2c5GD_R.json">
<link rel="icon" href="/maputnik/assets/favicon-wZ-gSi8V.ico" type="image/x-icon" />
<style>
html {
background-color: rgb(28, 31, 36);
@@ -38,8 +37,8 @@
}
</style>
<script type="module" crossorigin src="/assets/index-_KQCmim3.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-t65LX4Gl.css">
<script type="module" crossorigin src="/maputnik/assets/index-_KQCmim3.js"></script>
<link rel="stylesheet" crossorigin href="/maputnik/assets/index-t65LX4Gl.css">
</head>
<body>
<!-- From <https://github.com/hail2u/color-blindness-emulation> -->