KON-103 Q-Umgebung in CI aufnehmen
diff --git a/hooks/pre-build.js b/hooks/pre-build.js
index 8b9004a..9aa93c9 100644
--- a/hooks/pre-build.js
+++ b/hooks/pre-build.js
@@ -38,7 +38,7 @@
 }
 
 // Set environment variable to "production"
-setEnvironment('./src/config/env.json', 'production');
+setEnvironment('./config/env.json', 'production');
 
 // Merge all localization files into one
-mergeAndSaveJsonFiles(localizationSourceFilesDE, "./src/i18n/de.json");
+mergeAndSaveJsonFiles(localizationSourceFilesDE, "./i18n/de.json");