Update Remotion-app/remotion.config.js
Browse files
Remotion-app/remotion.config.js
CHANGED
@@ -10,6 +10,6 @@ Config.overrideWebpackConfig((currentConfiguration) => {
|
|
10 |
return enableTailwind(currentConfiguration);
|
11 |
});
|
12 |
|
13 |
-
Config.setBrowserExecutable("/usr/bin/chrome-headless-shell");
|
14 |
Config.setVideoImageFormat('jpeg');
|
15 |
Config.setConcurrency(1);
|
|
|
10 |
return enableTailwind(currentConfiguration);
|
11 |
});
|
12 |
|
13 |
+
//Config.setBrowserExecutable("/usr/bin/chrome-headless-shell");
|
14 |
Config.setVideoImageFormat('jpeg');
|
15 |
Config.setConcurrency(1);
|