1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00
This commit is contained in:
tobspr
2020-05-21 13:55:45 +02:00
parent 89d1489ff1
commit c57a8806d8
5 changed files with 50 additions and 7 deletions

View File

@@ -308,7 +308,7 @@ function gulptasksHTML($, gulp, buildFolder, browserSync) {
gulp.task("html.standalone-beta", () => {
return buildHtml("https://api-staging.shapez.io", {
analytics: true,
analytics: false,
standalone: true,
enableCachebust: false,
});
@@ -316,7 +316,7 @@ function gulptasksHTML($, gulp, buildFolder, browserSync) {
gulp.task("html.standalone-prod", () => {
return buildHtml("https://api.shapez.io", {
analytics: true,
analytics: false,
standalone: true,
enableCachebust: false,
});