Initial Astro static demo
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user