Added environment-dependent astro.config.mjs
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 23s
All checks were successful
Build and Deploy Astro Site / deploy (push) Successful in 23s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user