Ajout brique streaming

This commit is contained in:
François Pelletier 2024-09-08 23:13:02 -04:00
parent dfa3ffb4e7
commit 9b19a6493c
2 changed files with 139 additions and 1 deletions

View file

@ -220,7 +220,8 @@ const brickFiles = [
'bricks-coaching.json',
'bricks-techbro.json',
'bricks-cybersec.json',
'bricks-gafam.json'
'bricks-gafam.json',
'bricks-streaming.json'
];
const randomFile = brickFiles[Math.floor(Math.random() * brickFiles.length)];