mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
V 1.0.1
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user