Skip to content

Commit d63551f

Browse files
committed
Bump ThreeJS version
1 parent 740b998 commit d63551f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

_layouts/default.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<meta name="description" content="Francisco's (PlatHum) website version of his resume. Using HTML,CSS JavaScript, ThreeJs and SwiperJs. Author: Francisco Gonçalves, Theme: Space.">
6+
<meta name="description"
7+
content="Francisco's (PlatHum) website version of his resume. Using HTML,CSS JavaScript, ThreeJs and SwiperJs. Author: Francisco Gonçalves, Theme: Space.">
78
<meta name="viewport" content="width=device-width, initial-scale=1.0">
89
<meta name="referrer" content="origin">
910
<title> Francisco's Website</title>
1011
<link rel="shortcut icon" type="image/svg+xml" href="assets/svg/Caybara-Logo.svg" />
1112
<!-- //SwiperJS CDN -->
12-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css"/>
13+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css" />
1314
<!-- //Website styling -->
1415
<link rel="stylesheet" href="css/main.css">
1516
<!-- //Font stuff -->
@@ -25,8 +26,8 @@
2526
<script type="importmap">
2627
{
2728
"imports": {
28-
"three": "https://unpkg.com/three@0.156.1/build/three.module.min.js",
29-
"three/addons/OrbitControls": "https://unpkg.com/three@0.156.1//examples/jsm/controls/OrbitControls.js"
29+
"three": "https://unpkg.com/three@0.174.0/build/three.module.min.js",
30+
"three/addons/OrbitControls": "https://unpkg.com/three@0.174.0/examples/jsm/controls/OrbitControls.js"
3031

3132
}
3233
}
@@ -85,4 +86,4 @@
8586

8687
</body>
8788

88-
</html>
89+
</html>

0 commit comments

Comments
 (0)