From 77a6f81d5070fae6936790cb8cbf76ccc5279592 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 23 Oct 2024 00:15:37 -0400 Subject: [PATCH] Update build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1284211..0350821 100644 --- a/package.json +++ b/package.json @@ -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",