Skip to content

Commit

Permalink
reduce raffle ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
GGonryun committed Nov 5, 2024
1 parent 4f38d9e commit 650c375
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/charity/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ const nextConfig = {
protocol: 'https',
hostname: 'shared.akamai.steamstatic.com',
},
{
protocol: 'https',
hostname: 'shared.fastly.steamstatic.com',
},
],
},
nx: {
Expand Down
6 changes: 3 additions & 3 deletions apps/charity/pages/api/cron/spawn-raffle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ const prizes = {
'102': {
itemId: '102',
premium: false,
numWinners: [1, 2, 3],
numWinners: [1, 1, 1, 1, 1, 1, 2],
imageUrl: undefined,
},
'103': {
itemId: '103',
premium: false,
numWinners: [1, 1, 1, 2, 3],
numWinners: [1, 1, 1, 1, 1, 1, 2],
imageUrl: undefined,
},
'1000': {
Expand All @@ -90,7 +90,7 @@ const prizes = {
'4': {
itemId: '4',
premium: true,
numWinners: [1, 1, 1, 2, 3],
numWinners: [1, 1, 1, 1, 1, 1, 2],
imageUrl: [
'https://cdn.charity.games/_raffles/random_steam_key_1.png',
'https://cdn.charity.games/_raffles/random_steam_key_2.png',
Expand Down

0 comments on commit 650c375

Please sign in to comment.