AI podcast maker performance optimizations

This commit is contained in:
ajaysi
2025-12-12 21:43:09 +05:30
parent 81590cf4db
commit eba5210577
46 changed files with 6176 additions and 1648 deletions

View File

@@ -0,0 +1,10 @@
/**
* Lazy-loaded Wix SDK wrapper
*
* Wix SDK is only used in a few pages (WixTestPage, WixCallbackPage).
* This wrapper lazy-loads it only when needed.
*/
export const lazyWixSDK = () => import('@wix/sdk');
export const lazyWixBlog = () => import('@wix/blog');