Skip to content

Commit f81442a

Browse files
committed
feat: add data for snowcamp
1 parent 965ad46 commit f81442a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

slides/public/qr-code-snowcamp.png

41.7 KB
Loading

slides/setup/events.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ export default {
66
date: "28/11/2025",
77
referencesUrl:
88
"https://jsulpis.dev/fr/conferences/evenements/2025-11-28-devfest-lyon-webgpu",
9-
qrCodeUrl: import.meta.env.BASE_URL + "qr-code.png",
9+
qrCodeUrl: import.meta.env.BASE_URL + "qr-code-devfest-lyon.png",
1010
},
1111
snowcamp: {
1212
name: "SnowCamp",
1313
date: "15/01/2026",
14+
referencesUrl: "https://www.jsulpis.dev/fr/conferences/webgpu",
15+
qrCodeUrl: import.meta.env.BASE_URL + "qr-code-snowcamp.png",
1416
},
1517
};

0 commit comments

Comments
 (0)