From f852cdd166588776e473b0b634e46c8fae616656 Mon Sep 17 00:00:00 2001 From: HF Date: Tue, 1 Dec 2020 20:52:31 +0100 Subject: [PATCH] load three js for globe.js (somehow webpack doesn't load it itself) --- src/components/Globe.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Globe.jsx b/src/components/Globe.jsx index 15d22e5..f5a11a9 100644 --- a/src/components/Globe.jsx +++ b/src/components/Globe.jsx @@ -31,6 +31,7 @@ const styles = [{ const title = 'PixelPlanet.fun 3DGlobe'; const description = '3D globe of our canvas'; const scripts = [ + ASSET_SERVER + assets.three.js, ASSET_SERVER + assets.globe.js, ]; const body = ;