Update build script
This commit is contained in:
parent
bbd2f6e32f
commit
77a6f81d50
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
"scripts": {
|
||||
"start": "astro dev --config ./source/astro.mjs --host",
|
||||
"translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate",
|
||||
"build": "astro build --config ./source/astro.js"
|
||||
"build": "astro build --config ./source/astro.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.1.8",
|
||||
|
|
Loading…
Reference in a new issue