Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Aug 12, 2023
1 parent af135f9 commit af1eb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const loadingPercentage = document.querySelector(
'#loading-percentage'
) as HTMLDivElement;

const buildUrl = '/Build';
const buildUrl = 'Build';
const loaderUrl = buildUrl + '/ShirokoAdventrue.loader.js';
const config = {
dataUrl: buildUrl + '/ShirokoAdventrue.data.unityweb',
Expand Down

0 comments on commit af1eb3a

Please sign in to comment.