Fix astro.config.mjs
in minimal example (#5350)
This commit is contained in:
parent
8cdd5aabdb
commit
f9f1b531da
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
import { defineConfig } from 'astro/config';
|
import { defineConfig } from 'astro/config';
|
||||||
|
|
||||||
// https://astro.build/config
|
// https://astro.build/config
|
||||||
export default defineConfig({
|
export default defineConfig({});
|
||||||
srcDir: '.',
|
|
||||||
root: '.',
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in a new issue