Initial Astro static demo

This commit is contained in:
2026-07-07 19:11:38 +02:00
commit 4d46ef287a
67 changed files with 6728 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# Heinz Heidrich GmbH Static Site
Statische Astro-Version von `heidrich-bedachung.de`.
## Entwicklung
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
Der statische Output liegt danach in `dist/`.
## Coolify
Empfohlene Einstellungen:
- Build command: `npm ci && npm run build`
- Publish directory: `dist`
- Node version: 24 oder aktuelle LTS
## Hinweise
- Kontakt und Bewerbung laufen in dieser statischen Version per Telefon- und Mailto-Link.
- VELUX und Google Maps werden nicht automatisch als Drittanbieter-Embeds geladen, sondern als externe Links geöffnet.
- Rechtstexte sind an die statische Variante angepasst und sollten vor dem Livegang juristisch final geprüft werden.