mirror of
https://github.com/maputnik/editor.git
synced 2025-12-07 23:00:01 +00:00
Fix static files reference
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user