feat(site): replace home page tech preview player with real player (#580)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-03-04 09:34:10 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 410fc01350
commit f623e676f2
8 changed files with 43 additions and 2066 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default defineConfig({
vite: {
plugins: [tailwindcss()],
optimizeDeps: {
exclude: ['@videojs/react-preview', '@videojs/react', '@videojs/html'],
exclude: ['@videojs/react', '@videojs/html'],
},
resolve: {
dedupe: ['react', 'react-dom'],