Dies ist eine alte Version des Dokuments!
LU10a - Statische Webseiten veröffentlichen (Nachtrag)
Definitionen / Unterscheidung
| Browser
| Webserver
|
| Frontend
| Backend
|
| Statische Webseite
| Dynamische Webseite
|
Static vs dynamic hosting
| Static hosting | Dynamic hosting |
|---|---|
Next.js
const nextConfig = { output: 'export', }; module.exports = nextConfig;
npm run build