chore: push all remaining changes

- Blog writer enhancements and bug fixes
- Wix integration improvements
- Frontend UI updates
- GSC dashboard docs cleanup
- Image studio assets
- LinkedIn requirements file
- Various dependency updates
This commit is contained in:
ajaysi
2026-06-12 20:32:03 +05:30
parent 63a0df2536
commit d90d441019
78 changed files with 3963 additions and 2899 deletions

View File

@@ -91,6 +91,17 @@ PLATFORM_SPECS: List[PlatformSpec] = [
formats=["mp4"],
description="Square video format for LinkedIn",
),
PlatformSpec(
platform=Platform.LINKEDIN,
name="LinkedIn Video (Portrait)",
aspect_ratio="9:16",
width=1080,
height=1920,
max_duration=600.0, # 10 minutes
max_file_size_mb=5000.0, # 5GB
formats=["mp4"],
description="Portrait video format for LinkedIn mobile feed",
),
PlatformSpec(
platform=Platform.FACEBOOK,
name="Facebook Video",