Files
Peter Meier f5f6beeabe
Deploy to Firebase Hosting / deploy (push) Failing after 1m26s
Add Formbricks configuration to environment files and update package dependencies
- Introduced new environment variables for Formbricks in .env.backup and .env.example.
- Updated package.json and yarn.lock to include React and related types for improved functionality.
- Added new favicon images and manifest for better branding and user experience.
- Implemented new Svelte components for enhanced content management, including Badge, Card, OrganisationsBlock, and OpnFormBlock.
- Updated ContentRows component to support new block types.
2026-04-05 20:50:23 +02:00

21 lines
942 B
Bash

# URL des RustyCMS-Backends (ohne trailing slash)
# Dev: RustyCMS mit cargo run starten, dann hier eintragen
PUBLIC_CMS_URL=http://localhost:3000
# Produktion: Site-URL für Canonical, Sitemap, Open Graph (ohne trailing slash)
# Wird in astro.config als site genutzt; lokale Dev nutzt localhost automatisch
# PUBLIC_SITE_URL=https://windwiderstand.de
# Site-Name für og:site_name und JSON-LD (optional)
# PUBLIC_SITE_NAME=Bürgerinitiative Vachdorf
# Umami Analytics (nur wenn gesetzt wird das Script eingebunden)
# PUBLIC_UMAMI_SCRIPT_URL=https://eu.umami.is/script.js
# PUBLIC_UMAMI_WEBSITE_ID=your-website-id
# Formbricks Website/App Surveys (beide setzen → SDK lädt, vgl. https://formbricks.com/docs/xm-and-surveys/surveys/website-app-surveys/framework-guides#html )
# PUBLIC_FORMBRICKS_APP_URL=https://forms.pm86.de
# PUBLIC_FORMBRICKS_ENVIRONMENT_ID=
# Firebase: Projekt in .firebaserc anpassen oder: firebase use <project-id>