@@ -25,53 +25,29 @@ export enum PRODUCT_SHORTNAMES {
2525 VECTOR = 'vector' ,
2626}
2727
28- // Launch Week
29- export const SAMPLE_TICKET_NUMBER = 1234
30-
3128export const SITE_ORIGIN =
3229 process . env . NEXT_PUBLIC_VERCEL_ENV === 'production'
3330 ? 'https://supabase.com'
3431 : process . env . NEXT_PUBLIC_VERCEL_BRANCH_URL
3532 ? `https://${ process . env . NEXT_PUBLIC_VERCEL_BRANCH_URL } `
3633 : 'http://localhost:3000'
3734
38- export const LW_URL = `${ SITE_ORIGIN } /launch-week/13 `
35+ export const LW_URL = `${ SITE_ORIGIN } /launch-week`
3936
40- export const TWITTER_USER_NAME = 'supabase'
41- export const LW7_DATE = 'April 10th 2023'
42- export const LW8_DATE = 'August 7-11'
43- export const LW8_LAUNCH_DATE = '2023-08-07T09:00:00.000-07:00'
44- export const LWX_DATE = 'Dec 11-15 / 8am PT'
45- export const LWX_LAUNCH_DATE = '2023-12-11T08:00:00.000-07:00'
46- export const LW11_DATE = 'April 15-19 / 7am PT'
47- export const LW11_LAUNCH_DATE = '2024-04-15T07:00:00.000-07:00'
4837export const LW12_DATE = 'August 12-16 / 7am PT'
49- export const LW12_LAUNCH_DATE = '2024-08-12T07:00:00.000-07:00'
50- export const LW12_LAUNCH_DATE_END = '2024-08-18T23:59:59.000-07:00'
5138export const LW12_TITLE = 'Launch Week 12'
5239export const LW13_DATE = '2 — 6 December / 7am PT'
53- export const LW13_LAUNCH_DATE = '2024-12-02T07:00:00.000-07:00'
54- export const LW13_LAUNCH_DATE_END = '2024-12-16T23:59:59.000-07:00'
5540export const LW13_TITLE = 'Launch Week 13'
5641export const TWEET_TEXT =
5742 'Launch Week 13 is just around the corner at @supabase. \nClaim your ticket and stay tuned for all the announcements! \n#launchweek'
5843export const TWEET_TEXT_PLATINUM = `Just conquered a platinum @supabase Launch Week 13 ticket. Share twice to get one! \n#launchweek`
5944export const TWEET_TEXT_SECRET = `Found the secret golden ticket for @supabase's Launch Week 13. \nCan you find it? \n#launchweek`
6045
6146export const LW14_DATE = '31 March — 4 April / 7am PT'
62- export const LW14_LAUNCH_DATE = '2025-03-31T07:00:00.000-07:00'
63- export const LW14_LAUNCH_DATE_END = '2025-04-04T23:59:59.000-07:00'
6447export const LW14_TITLE = 'Launch Week 14'
65- export const LW14_TWEET_TEXT =
66- 'Launch Week 14 is just around the corner at @supabase. \nClaim your ticket and stay tuned for all the announcements! \n#launchweek'
67- export const LW14_TWEET_TEXT_PLATINUM =
68- 'Just conquered a platinum @supabase Launch Week 14 ticket. Share twice to get one! \n#launchweek'
69- export const LW14_TWEET_TEXT_SECRET = `Found the secret golden ticket for @supabase's Launch Week 14. \nCan you find it? \n#launchweek`
7048export const LW14_URL = `${ SITE_ORIGIN } /launch-week`
7149
7250export const LW15_DATE = '14 — 18 Jul / 8am PT'
73- export const LW15_LAUNCH_DATE = '2025-07-14T08:00:00.000-07:00'
74- export const LW15_LAUNCH_DATE_END = '2025-07-14T23:59:59.000-07:00'
7551export const LW15_TITLE = 'Launch Week 15'
7652export const LW15_TWEET_TEXT =
7753 'Launch Week 15 is just around the corner at @supabase. \nClaim your ticket and stay tuned for all the announcements! \n#launchweek'
0 commit comments