This commit is contained in:
Râu Cao 2022-09-03 11:54:42 +02:00
parent 47f1fce82d
commit 9e839def7a
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
7 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

BIN
dist/img/icon.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
dist/img/van-100px.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

2
dist/index.html vendored
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>

4
package-lock.json generated
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"
},

View File

@ -1,6 +1,6 @@
{
"name": "map",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"start": "vite",
"build": "vite build",