Skip to content

Commit 4fd1dc2

Browse files
committed
-
1 parent 1d3616f commit 4fd1dc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<meta name="description" content="3D terrain rendering of the French Alps with atmospheric lighting and real-time shadows.">
1111
<meta property="og:title" content="Mountain Skyline">
1212
<meta property="og:description" content="3D terrain rendering of the French Alps with atmospheric lighting and real-time shadows.">
13-
<meta property="og:image" content="assets/Roburent.jpg">
13+
<meta property="og:image" content="https://vouillon.github.io/mountains/assets/Roburent.jpg">
1414
<meta property="og:type" content="website">
1515
<meta name="twitter:card" content="summary_large_image">
1616
<meta name="twitter:title" content="Mountain Skyline">
1717
<meta name="twitter:description" content="3D terrain rendering of the French Alps with atmospheric lighting and real-time shadows.">
18-
<meta name="twitter:image" content="assets/Roburent.jpg">
18+
<meta name="twitter:image" content="https://vouillon.github.io/mountains/assets/Roburent.jpg">
1919
<link rel="manifest" href="manifest.json" />
2020
<link rel="icon" href="icon192.png" />
2121
<script src="viewer.bc.wasm.js" defer></script>
@@ -376,4 +376,4 @@
376376
</ul>
377377
</div>
378378
</div>
379-
<canvas id="canvas" width=640 height=480>
379+
<canvas id="canvas" width=640 height=480>

src/web/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"start_url": ".",
33
"icons": [
44
{
5-
"src": "icon192.png",
5+
"src": "icon192.png?v=2",
66
"sizes": "192x192",
77
"type": "image/png",
88
"purpose": "maskable"
99
},
1010
{
11-
"src": "icon512.png",
11+
"src": "icon512.png?v=2",
1212
"sizes": "512x512",
1313
"type": "image/png",
1414
"purpose": "any"
1515
},
1616
{
17-
"src": "icon512.png",
17+
"src": "icon512.png?v=2",
1818
"sizes": "512x512",
1919
"type": "image/png",
2020
"purpose": "maskable"

0 commit comments

Comments
 (0)