chore: update available spots to 1 in workshop configuration

This commit is contained in:
Frank Meeuwsen 2026-03-26 08:02:28 +01:00
parent df45552fa7
commit 4ab4f7e4f2
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -36,3 +36,5 @@ content/*.jpg
content/linkedin-posts.md content/linkedin-posts.md
rekenmodel.ods rekenmodel.ods
skills-export.tar.gz skills-export.tar.gz
AUDIT.md
public/og-image.old.png

View file

@ -8,6 +8,6 @@
export const WORKSHOP_CONFIG = { export const WORKSHOP_CONFIG = {
totalSpots: 8, totalSpots: 8,
availableSpots: 3, availableSpots: 1,
isSoldOut: false, isSoldOut: false,
}; };