Skip to content

Commit dc0a85e

Browse files
committed
Fixing Copilot feedback
1 parent 9c03448 commit dc0a85e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

public/assets/views/partials/head-scripts/selfhosted-maps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
// Note: replacing "map-storage" by "play" is a convention for self-hosted setups, but could absolutely
2727
// not work in some cases (e.g. if play and map-storage are on different domains or if the URL structure is different).
2828
let playBase = (playBaseUrl && playBaseUrl.trim())
29-
? playBaseUrl.replace(/\/$/, '')
29+
? playBaseUrl.replace(/\/$/, '')+"/"
3030
: undefined;
3131
if (playBase === undefined) {
3232
const mapStorageUrlObj = new URL(mapStorageUrl || '', window.location.origin);

public/assets/views/step3-steps-selfhosted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h2>Choose a name / directory for your maps</h2>
8484
</div>
8585
</div>
8686

87-
<p>The directory be visible in the URL of your maps.</p>
87+
<p>The directory will be visible in the URL of your maps.</p>
8888
</div>
8989
<div>
9090
<input id="uploadDirectory" type="text" placeholder="Name of your world" value="{{uploadDirectory}}" />

public/assets/views/step3-steps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>Choose a name / directory for your maps</h2>
7777
</div>
7878
</div>
7979

80-
<p>The directory be visible in the URL of your maps.</p>
80+
<p>The directory will be visible in the URL of your maps.</p>
8181
</div>
8282
<div>
8383
<input id="uploadDirectory" type="text" placeholder="Name of your world" value="{{uploadDirectory}}" />

0 commit comments

Comments
 (0)