@dcl/explorer-website 2.0.3-7504460529.commit-148e408 → 2.0.3-7505772439.commit-30a1a72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/{index-lh7kJ3QO.css → index-E1C-jY3Y.css} +3 -3
- package/assets/{index-Te8nNQK5.js → index-WTv47HF3.js} +2 -2
- package/assets/{index-Te8nNQK5.js.map → index-WTv47HF3.js.map} +1 -1
- package/assets/{index-3Ddqlahu.js → index-_Nty7ojJ.js} +3 -3
- package/assets/{index-3Ddqlahu.js.map → index-_Nty7ojJ.js.map} +1 -1
- package/assets/{index-BhhWgyy-.js → index-uvDsLU6J.js} +2 -2
- package/assets/{index-BhhWgyy-.js.map → index-uvDsLU6J.js.map} +1 -1
- package/assets/{index-MXgvShjJ.js → index-w_XrU9LF.js} +6 -6
- package/assets/{index-MXgvShjJ.js.map → index-w_XrU9LF.js.map} +1 -1
- package/index.html +6 -6
- package/package.json +3 -3
package/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" />
|
|
6
6
|
<link rel="shortcut icon" type="image/x-icon" href="https://decentraland.org/images/icons/favicon-32x32.png" />
|
|
7
|
-
<link rel="preload" href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-
|
|
7
|
+
<link rel="preload" href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/images/background-v3@blur.jpg" as="image" />
|
|
8
8
|
<link rel="preconnect" href="https://cdn.decentraland.org" />
|
|
9
9
|
<link rel="preconnect" href="https://api.thegraph.com" />
|
|
10
10
|
<title>Decentraland</title>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
property="og:description"
|
|
18
18
|
content="Decentraland is a virtual social platform built and governed by its users. Every day, users enter the world to meet up, play games, attend live events, trade in the marketplace, engage with brands, visit galleries and much more"
|
|
19
19
|
/>
|
|
20
|
-
<meta property="og:image" content="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-
|
|
20
|
+
<meta property="og:image" content="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/images/background-v3@1x.jpg" />
|
|
21
21
|
<style type="text/css">
|
|
22
22
|
html,
|
|
23
23
|
body {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
background-position: bottom center;
|
|
112
112
|
background-repeat: no-repeat;
|
|
113
113
|
background-color: #230b61;
|
|
114
|
-
background-image: url('https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-
|
|
114
|
+
background-image: url('https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/images/background-v3@blur.jpg');
|
|
115
115
|
position: absolute;
|
|
116
116
|
top: 0;
|
|
117
117
|
left: 0;
|
|
@@ -136,10 +136,10 @@
|
|
|
136
136
|
}
|
|
137
137
|
</style>
|
|
138
138
|
<script>
|
|
139
|
-
window.VITE_APP_WEBSITE_VERSION = '2.0.3-
|
|
139
|
+
window.VITE_APP_WEBSITE_VERSION = '2.0.3-7505772439.commit-30a1a72'
|
|
140
140
|
</script>
|
|
141
|
-
<script type="module" crossorigin src="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-
|
|
142
|
-
<link rel="stylesheet" crossorigin href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-
|
|
141
|
+
<script type="module" crossorigin src="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/assets/index-w_XrU9LF.js"></script>
|
|
142
|
+
<link rel="stylesheet" crossorigin href="https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72/assets/index-E1C-jY3Y.css">
|
|
143
143
|
</head>
|
|
144
144
|
<body class="dcl-loading">
|
|
145
145
|
<div id="gameContainer"></div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/explorer-website",
|
|
3
|
-
"version": "2.0.3-
|
|
3
|
+
"version": "2.0.3-7505772439.commit-30a1a72",
|
|
4
4
|
"description": "The website for decentraland's explorer ",
|
|
5
5
|
"main": "website.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,6 +15,6 @@
|
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/decentraland/explorer-website/issues"
|
|
17
17
|
},
|
|
18
|
-
"homepage": "https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-
|
|
19
|
-
"commit": "
|
|
18
|
+
"homepage": "https://cdn.decentraland.org/@dcl/explorer-website/2.0.3-7505772439.commit-30a1a72",
|
|
19
|
+
"commit": "30a1a7253c2135d0b65d2702e921c5bb59698021"
|
|
20
20
|
}
|