247eb7411f
* fix: fix bug #5267 * fix: add changeset * fix: on frozen lockfile Co-authored-by: wuls <linsheng.wu@beantechs.com>
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
import { defineConfig } from 'astro/config';
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
srcDir: '.',
|
|
root: '.'
|
|
});
|