Skip to content

Commit 39d97ca

Browse files
committed
chore: sold out early bird
1 parent c7729d4 commit 39d97ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export default defineNuxtConfig({
132132

133133
soldOutAfterParty: true,
134134
soldOutEarlyBirdAfterParty: true,
135-
soldOutEarlyBird: process.env.CONTEXT !== "production", // turn it on at 9/1
135+
soldOutEarlyBird: true,
136136
soldOutGeneral: false, // turn on when sold out
137137
soldOutHandsOn: false, // turn on when sold out
138138
soldOutIndividualSponsor: false, // turn on when sold out

0 commit comments

Comments
 (0)