mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-09-24 04:44:59 +00:00
Fix keys being stuck, show savegame levels in main menu
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user