Added environment-dependent astro.config.mjs
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 23s

This commit is contained in:
2025-09-02 20:35:36 +02:00
parent b8d43e250a
commit e98b930a0c
2 changed files with 23 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "NODE_ENV=production astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.ts,.astro",