2 Commits
Author SHA1 Message Date
Râu Cao 9e839def7a 1.0.1 2022-09-03 11:54:42 +02:00
Râu Cao 47f1fce82d Use public dir for static assets 2022-09-03 11:54:15 +02:00
10 changed files with 9 additions and 9 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Road2Bitcoin Live Map</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css">
<script type="module" crossorigin src="/assets/index.7920774d.js"></script>
<script type="module" crossorigin src="/assets/index.1d1993b1.js"></script>
<link rel="stylesheet" href="/assets/index.eed9f443.css">
</head>
<body>
+2 -2
View File
@@ -33,7 +33,7 @@ const styles = {
anchor: [0.5, 46],
anchorXUnits: 'fraction',
anchorYUnits: 'pixels',
src: 'data/icon.png',
src: '/img/icon.png',
}),
}),
iconVan: new Style({
@@ -41,7 +41,7 @@ const styles = {
anchor: [0.5, 16],
anchorXUnits: 'fraction',
anchorYUnits: 'pixels',
src: 'data/van-100px.png',
src: '/img/van-100px.png',
}),
}),
circleBlack: new Style({
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "ol-vite",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ol-vite",
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"ol": "latest"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "map",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "vite",
"build": "vite build",
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB