Use MJS instead of JS for Astro configuration
This commit is contained in:
parent
4a9d663e5b
commit
f241e88291
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Reference in a new issue