-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
61 lines (60 loc) · 3.37 KB
/
constants.ts
File metadata and controls
61 lines (60 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
export const COMMUNITY_TWEET_URLS: readonly string[] = [
"https://x.com/mvp_Subha/status/2038879875763990591",
"https://x.com/jaymehoffman/status/2038667078136115487",
"https://x.com/Riyvir/status/2038093450139279426",
"https://x.com/eduardo_sonnino/status/2038574988194902472",
"https://x.com/solarise_webdev/status/2038330971397697895",
"https://x.com/singular_prism/status/2038202011578155456",
"https://x.com/wesbos/status/2038644057363062929",
"https://x.com/EsotericCofe/status/2038076140661932273",
"https://x.com/linguinelabs/status/2038178971855262062",
"https://x.com/mhauken/status/2038333454526320789",
"https://x.com/stevibe/status/2038183722118426997",
"https://x.com/mhauken/status/2038333454526320789",
"https://x.com/Wattenberger/status/2038696298539561136",
"https://x.com/ann_nnng/status/2038583604834603514",
"https://x.com/lottabydesign/status/2038624692517343369",
"https://x.com/_chenglou/status/2037713766205608234",
"https://x.com/birdabo/status/2038219452337074677",
// ← BOT_INJECT_ANCHOR (do not remove)
"https://x.com/clarkcharlie03/status/2040079412192825540?s=20",
"https://x.com/ktoya_me/status/2039743009936273566",
"https://x.com/sarvesht25/status/2039043615071314078?s=20",
"https://x.com/solarise_webdev/status/2038713450533212445",
"https://x.com/mvp_Subha/status/2038877026648785214",
"https://x.com/samaiyamehak/status/2038988020905615374",
"https://x.com/wiedymi/status/2038317908225634674",
"https://x.com/Yuchenj_UW/status/2038303942606803178",
"https://x.com/AhmedShahnab/status/2038224658512625671",
"https://x.com/RazberryChai/status/2038309448679321727",
"https://x.com/alexanderchen/status/2038727366734987763",
"https://x.com/dushankas/status/2038208163019665860",
"https://x.com/pablostanley/status/2038280048503820492",
"https://x.com/cocktailpeanut/status/2038304553934651601",
"https://x.com/birch_js/status/2038302606859382827",
"https://x.com/bunjavascript/status/2038113201246908503",
"https://x.com/rauchg/status/2037950897909862526",
"https://x.com/AshleyBest/status/2038587141454766369",
"https://x.com/poetengineer__/status/2038331812338942179",
"https://x.com/GZhan57/status/2038148603521487309",
"https://x.com/VladArtym/status/2038814356876505569",
"https://x.com/andrewjiang/status/2038273711237984564",
"https://x.com/real_deep_ml/status/2038404895426957565",
"https://x.com/KEMOS4BE/status/2038335603537060193",
"https://x.com/Riyvir/status/2038350012703556012",
"https://x.com/reathchris/status/2038038252704485851",
"https://x.com/omma_ai/status/2038270558773838329",
"https://x.com/AdityaSur11/status/2038220889242935427",
"https://x.com/linguinelabs/status/2038248755401740730",
"https://x.com/iSamiXG/status/2038251781562470824",
"https://x.com/VladArtym/status/2038368243115610351",
"https://x.com/adamfuhrer/status/2038775640141218249",
"https://x.com/Kaygeeartworks/status/2038606642527580367",
"https://x.com/AshleyBest/status/2038756225764966807",
"https://x.com/lottabydesign/status/2038667280792371414",
];
// ── GitHub PR config ─────────────────────────────────────────────────────────
export const GH_OWNER = "subhadeeproy3902";
export const GH_REPO = "pretextwall";
export const GH_FILE = "lib/constants.ts";
export const GH_BASE = "master";