diff --git a/README.md b/README.md index bc5cad4..89aac12 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ npm install cp .env.example .env # .env bearbeiten (siehe Konfiguration unten) +npm run astro build + # Development Server starten npm run dev ``` @@ -125,6 +127,7 @@ sudo npm install # Production-Build erstellen sudo npm run build +npm run astro build # Berechtigungen setzen sudo chown -R www-data:www-data /opt/forensic-pathways diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index 66e0412..eeb613d 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -8,9 +8,9 @@ const phases = data.phases; const domainAgnosticSoftware = data['domain-agnostic-software'] || []; --- -