Update build script

This commit is contained in:
Korbs 2024-10-23 00:15:37 -04:00
parent bbd2f6e32f
commit 77a6f81d50

View file

@ -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",