Use MJS instead of JS for Astro configuration

This commit is contained in:
Korbs 2024-09-05 00:23:49 -04:00
parent 4a9d663e5b
commit f241e88291

View file

@ -8,9 +8,9 @@ export default defineConfig({
// Project Structure // Project Structure
cacheDir: './.minpluto/generated/astro/cache/', cacheDir: './.minpluto/generated/astro/cache/',
outDir: './.minpluto/generated/astro/dist/', outDir: './.minpluto/generated/astro/dist/',
publicDir: './web/src/public', publicDir: './web/public/',
root: './web', root: './web/',
srcDir: './web/src', srcDir: './web/',
// Integrations // Integrations
integrations: [mdx(), vue()], integrations: [mdx(), vue()],
// Server // Server