Skip to content

Commit

Permalink
test: lfs deployed url
Browse files Browse the repository at this point in the history
  • Loading branch information
vronnn committed Oct 6, 2024
1 parent ed89bba commit f03224b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/sections/main-build.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { Unity, useUnityContext } from "react-unity-webgl";
export function MainBuild() {
const { unityProvider, isLoaded, loadingProgression } = useUnityContext({
loaderUrl: "build/build-1.loader.js",
dataUrl:
"https://media.githubusercontent.com/media/dzaky-pr/nasa-space-app/main/build/build-1.data",
dataUrl: "https://nasa-space-app-brown.vercel.app/build/build-1.data",
frameworkUrl: "build/build-1.framework.js",
codeUrl: "build/build-1.wasm",
});
Expand Down

0 comments on commit f03224b

Please sign in to comment.