From f241e88291199ef60e3ce2678a5d761a364bd018 Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 5 Sep 2024 00:23:49 -0400 Subject: [PATCH] Use MJS instead of JS for Astro configuration --- web/{astro.js => astro.mjs} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename web/{astro.js => astro.mjs} (92%) diff --git a/web/astro.js b/web/astro.mjs similarity index 92% rename from web/astro.js rename to web/astro.mjs index 8a69af3..a8e3f59 100644 --- a/web/astro.js +++ b/web/astro.mjs @@ -8,9 +8,9 @@ export default defineConfig({ // Project Structure cacheDir: './.minpluto/generated/astro/cache/', outDir: './.minpluto/generated/astro/dist/', - publicDir: './web/src/public', - root: './web', - srcDir: './web/src', + publicDir: './web/public/', + root: './web/', + srcDir: './web/', // Integrations integrations: [mdx(), vue()], // Server