Skip to content

Commit

Permalink
fix deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Mar 12, 2024
1 parent 8bb02c2 commit 093157c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/remotion/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export const RemotionRoot = () => {
return (
<>
<Composition
id="Hello"
id="VideoContent"
// @ts-ignore
component={VideoContent}
durationInFrames={150}
fps={VIDEO_FPS}
Expand Down

0 comments on commit 093157c

Please sign in to comment.