Commit Graph

8 Commits

Author SHA1 Message Date
Buğra Canata 2467d5555f Implement Astro features: React Islands, Server Endpoints, i18n, Partytown
Features added:
- React integration with @astrojs/react
- React components: DMRDashboard, MemberSearch
- API endpoints: /api/repeaters.json, /api/dmr-contacts.json, /api/feed/[category].xml
- i18n support for TR/EN locales with LanguageSwitcher component
- Partytown enabled for third-party script optimization
- Admin panel logo fixed (moved to public/images/)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-17 17:30:58 +03:00
Buğra Canata 214e9733d0 Performance & SEO optimization + Google login for CMS
Performance:
- Enable image optimization (Image: true, SVG: true)
- 429MB saved with WebP conversion

SEO:
- Add JSON-LD structured data (Organization & FAQ schemas)
- Add keywords and author metadata
- Update robots.txt with sitemap reference
- Add alt text to OpenGraph images

CMS:
- Enable Google OAuth login for admin panel
- Add logo to admin login page

Fixes:
- Update Telegram link to @ym1ktc on homepage

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-17 16:23:11 +03:00
ARC Developer 0318509e1c chore: update media folder path and enable local backend in CMS configs 2025-07-11 00:05:23 +03:00
ARC Developer 547a059cd7 feat: update domain to radio.org.tr and add regional radio station info 2025-07-10 21:41:23 +03:00
ARC Developer 557ec13e11 fix: resolve Decap CMS media 404s and add Turkish translations
- Fix Decap CMS configuration with proper media folder paths
- Add Turkish translations for sharing interface elements
- Implement smart background handling for transparent logos
- Update image path conversion system for CMS compatibility
- Add comprehensive image optimization with Astro assets
- Update all blog post image paths for consistency

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 19:15:11 +03:00
Buğra 57308cc26d chore: remove unused image assets from public directory 2025-07-10 19:04:20 +03:00
Buğra e561ec1f56 fix: update image paths and translate UI text to Turkish 2025-07-10 18:44:54 +03:00
Buğra 99dc796b1a feat: add DecapCMS configuration and update admin redirects 2025-07-10 18:06:40 +03:00