diff --git a/sites/events/src/main.js b/sites/events/src/main.js index 1fce782..425bdd4 100644 --- a/sites/events/src/main.js +++ b/sites/events/src/main.js @@ -61,7 +61,8 @@ const CONFIG = { // restricted to 250mi of St. Louis or this would show ~500 events // nationwide instead of the ~20 actually worth seeing locally. { id: "BYaaUfKum7z0", name: "Warhammer Global Rankings 2026", near: { ...ST_LOUIS, miles: 250 } }, - { id: "LtAtngHNe3", name: "Old Circuit Token" } + // tried adding token below to see if it would open up other events, it did not + //{ id: "LtAtngHNe3", name: "Old Circuit Token" } ], };