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
|
||||
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
|
Reference in a new issue