From 782cce0407e8374fe12d8a1063a141d0040eeacf Mon Sep 17 00:00:00 2001 From: Alen Lagundzija Date: Tue, 27 Feb 2024 22:58:53 +0100 Subject: [PATCH] Additional changes 2024 --- src/data/workshops.js | 2 +- src/pages/workshops/circus.mdx | 4 ++-- src/pages/workshops/music.mdx | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/workshops.js b/src/data/workshops.js index b3c2676..4870a68 100644 --- a/src/data/workshops.js +++ b/src/data/workshops.js @@ -21,7 +21,7 @@ const files = fs throw new Error(`${name} needs to export const meta = {}`) } - //run evaluations-2023_1 + //run evaluations-2024_2_update const meta = eval(`(${match[1]})`) return { diff --git a/src/pages/workshops/circus.mdx b/src/pages/workshops/circus.mdx index 5337323..e0b78e2 100644 --- a/src/pages/workshops/circus.mdx +++ b/src/pages/workshops/circus.mdx @@ -3,12 +3,12 @@ import Workshop from '../../components/workshop' export const meta = { title: 'Circus & Juggling', image: { - id: 'IMG-20190817-WA0002_dapqwy', + id: '13082022-IMG_8971_ba92mt', width: 1365, height: 2048, }, image2: { - id: 'IMG_4637_ywyfw1', + id: 'IMG-20190817-WA0002_dapqwy', width: 1365, height: 2048, }, diff --git a/src/pages/workshops/music.mdx b/src/pages/workshops/music.mdx index 5c14d7a..a895d90 100644 --- a/src/pages/workshops/music.mdx +++ b/src/pages/workshops/music.mdx @@ -3,12 +3,12 @@ import Workshop from '../../components/workshop' export const meta = { title: 'Music Workshop', image: { - id: 'music-class_xx7bma', + id: '20230802_143259_afcksj', width: 1024, height: 768, }, image2: { - id: '6960164338_7176960579_o_lpkg0c', + id: 'music-class_xx7bma', width: 1024, height: 768, },