mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2025-12-08 03:20:39 -08:00
A/B test whether showing the price is good or not
This commit is contained in:
parent
8b7c0a91cd
commit
1c88b99de3
8 changed files with 32 additions and 17 deletions
|
|
@ -25,6 +25,8 @@ export const THIRDPARTY_URLS = {
|
|||
standaloneStorePage: "https://store.steampowered.com/app/1318690/shapezio/",
|
||||
};
|
||||
|
||||
export const A_B_TESTING_LINK_TYPE = Math.random() > 0.5 ? "steam_1_pr" : "steam_2_npr";
|
||||
|
||||
export const globalConfig = {
|
||||
// Size of a single tile in Pixels.
|
||||
// NOTICE: Update webpack.production.config too!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue