diff --git a/public/gen-img/events/meetup01.png b/public/gen-img/events/meetup01.png new file mode 100644 index 0000000..d728165 Binary files /dev/null and b/public/gen-img/events/meetup01.png differ diff --git a/src/pages/gen/event.astro b/src/pages/gen/event.astro index 39fb455..ef83962 100644 --- a/src/pages/gen/event.astro +++ b/src/pages/gen/event.astro @@ -12,6 +12,15 @@ const topics = [ 'human rights daos', 'privacy activism', ] + +const img = 'meetup01'; +const images = { + meetup01: {}, + summit01: {} +} + +const image = `/gen-img/events/${img}.png`; + --- @@ -32,18 +41,26 @@ const topics = [