mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-06 02:30:37 -08:00
Fix keys being stuck, show savegame levels in main menu
This commit is contained in:
parent
2a4ee8e784
commit
e0facaf788
28 changed files with 175 additions and 138 deletions
|
|
@ -292,7 +292,7 @@ function gulptasksHTML($, gulp, buildFolder, browserSync) {
|
|||
});
|
||||
|
||||
gulp.task("html.prod", () => {
|
||||
return buildHtml("https://api.shapez.io", {
|
||||
return buildHtml("https://analytics.shapez.io", {
|
||||
analytics: true,
|
||||
});
|
||||
});
|
||||
|
|
@ -315,7 +315,7 @@ function gulptasksHTML($, gulp, buildFolder, browserSync) {
|
|||
});
|
||||
|
||||
gulp.task("html.standalone-prod", () => {
|
||||
return buildHtml("https://api.shapez.io", {
|
||||
return buildHtml("https://analytics.shapez.io", {
|
||||
analytics: false,
|
||||
standalone: true,
|
||||
enableCachebust: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue