UNPKG

astro-tina

Version:

Support contextual editing with TinaCMS in static Astro sites.

13 lines (12 loc) 298 B
const clientTina = (load) => { try { const isEditor = window.frameElement && window.frameElement.id === 'tina-iframe'; if (isEditor) { load().then((hydrate) => hydrate()); } } catch (e) { console.error(e); } }; export default clientTina;