We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bcfc8 commit de9635cCopy full SHA for de9635c
1 file changed
src/components/meetups.ts
@@ -285,6 +285,21 @@ export const meetups = [
285
official: false,
286
},
287
288
+ {
289
+ node: {
290
+ id: "philly",
291
+ name: "Philly GraphQL",
292
+ latitude: 39.9526,
293
+ longitude: -75.1652,
294
+ city: "Philadelphia",
295
+ state: "PA",
296
+ country: "USA",
297
+ link: "https://luma.com/phillygraphql",
298
+ prev: "",
299
+ next: "2026-01-22",
300
+ official: true,
301
+ },
302
303
].sort((a, z) =>
304
a.node.name
305
.replace(/\s*GraphQL\s*/, "")
0 commit comments