Skip to content

Commit

Permalink
Additional changes 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
annovation committed Feb 27, 2024
1 parent 44bc7e8 commit 782cce0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/data/workshops.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/workshops/circus.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/workshops/music.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 782cce0

Please sign in to comment.