Add router: () => '/' back to translationsEn and translationsUk collections
so TinaCloud shows the homepage preview alongside the editing form.
The EOF error that previously blocked this is fixed (TinaConnectedProvider
defers useTina calls until both queries are loaded).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Configured TinaCloud for visual editing of translation files with useTina hook integration. Updated .gitignore to exclude generated runtime files while preserving schema files needed by TinaCloud for branch indexing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
TinaCloud requires _schema.json and _graphql.json to index branches.
Generated by running tinacms dev locally.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>