-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Melisa Anabella Rossi
authored
Jan 10, 2024
1 parent
6dd606a
commit 828628a
Showing
28 changed files
with
14,081 additions
and
66,384 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
VITE_APP_WEBSITE_VERSION="0.1.0" | ||
VITE_APP_EXPLORER_VERSION="1.0.158859-20240110140315.commit-19935b0" | ||
VITE_PUBLIC_URL="" | ||
VITE_APP_EXPLORER_BASE_URL="/cdn/packages/explorer/1.0.158859-20240110140315.commit-19935b0/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# EXPLORER_PATH points to the browser-interface/static folder in your local filesystem | ||
|
||
EXPLORER_PATH="../unity-renderer/browser-interface/static" | ||
FAST_REFRESH=false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
<meta name="viewport" content="width=device-width,initial-scale=1,minimal-ui" /> | ||
<link rel="shortcut icon" type="image/x-icon" href="https://decentraland.org/images/icons/favicon-32x32.png" /> | ||
<link rel="preload" href="%PUBLIC_URL%/images/[email protected]" as="image" /> | ||
<link rel="preload" href="%VITE_PUBLIC_URL%/images/[email protected]" as="image" /> | ||
<link rel="preconnect" href="https://cdn.decentraland.org" /> | ||
<link rel="preconnect" href="https://api.thegraph.com" /> | ||
<title>Decentraland</title> | ||
|
@@ -17,7 +17,7 @@ | |
property="og:description" | ||
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" | ||
/> | ||
<meta property="og:image" content="%PUBLIC_URL%/images/[email protected]" /> | ||
<meta property="og:image" content="%VITE_PUBLIC_URL%/images/[email protected]" /> | ||
<style type="text/css"> | ||
html, | ||
body { | ||
|
@@ -111,7 +111,7 @@ | |
background-position: bottom center; | ||
background-repeat: no-repeat; | ||
background-color: #230b61; | ||
background-image: url('%PUBLIC_URL%/images/[email protected]'); | ||
background-image: url('%VITE_PUBLIC_URL%/images/[email protected]'); | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
|
@@ -136,7 +136,7 @@ | |
} | ||
</style> | ||
<script> | ||
window.REACT_APP_WEBSITE_VERSION = '%REACT_APP_WEBSITE_VERSION%' | ||
window.VITE_APP_WEBSITE_VERSION = '%VITE_APP_WEBSITE_VERSION%' | ||
</script> | ||
</head> | ||
<body class="dcl-loading"> | ||
|
@@ -196,5 +196,6 @@ | |
data-cf-beacon='{"token": "529363954dff44d8b036b8fb8879bcc5"}' | ||
></script> | ||
<!-- End Cloudflare Web Analytics --> | ||
<script type="module" src="/src/index.tsx"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.