Yakova commited on
Commit
21682d1
1 Parent(s): 5e49acc

Update Remotion-app/remotion.config.js

Browse files
Files changed (1) hide show
  1. Remotion-app/remotion.config.js +1 -1
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);