mirror of
https://github.com/maputnik/editor.git
synced 2026-07-30 09:47:28 +00:00
Fix static files reference
This commit is contained in:
+4
-5
@@ -3,10 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Maputnik</title>
|
<title>Maputnik</title>
|
||||||
<base href="/maputnik/">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="manifest" href="/assets/manifest-a2c5GD_R.json">
|
<link rel="manifest" href="/maputnik/assets/manifest-a2c5GD_R.json">
|
||||||
<link rel="icon" href="/assets/favicon-wZ-gSi8V.ico" type="image/x-icon" />
|
<link rel="icon" href="/maputnik/assets/favicon-wZ-gSi8V.ico" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
background-color: rgb(28, 31, 36);
|
background-color: rgb(28, 31, 36);
|
||||||
@@ -38,8 +37,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script type="module" crossorigin src="/assets/index-_KQCmim3.js"></script>
|
<script type="module" crossorigin src="/maputnik/assets/index-_KQCmim3.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-t65LX4Gl.css">
|
<link rel="stylesheet" crossorigin href="/maputnik/assets/index-t65LX4Gl.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- From <https://github.com/hail2u/color-blindness-emulation> -->
|
<!-- From <https://github.com/hail2u/color-blindness-emulation> -->
|
||||||
|
|||||||
Reference in New Issue
Block a user