Add video-stream widget (#685)

This commit is contained in:
Yossi Hillali
2023-02-08 23:23:53 +02:00
committed by GitHub
parent bb010ff54a
commit fab018a10e
9 changed files with 452 additions and 51 deletions

View File

@@ -30,6 +30,7 @@ module.exports = {
fallbackLng: 'en',
localeDetection: true,
returnEmptyString: false,
debug: process.env.NODE_ENV === 'development',
},
reloadOnPrerender: process.env.NODE_ENV === 'development',
};