diff options
Diffstat (limited to 'web/astro.config.mjs')
| -rw-r--r-- | web/astro.config.mjs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/astro.config.mjs b/web/astro.config.mjs new file mode 100644 index 0000000..53e49de --- /dev/null +++ b/web/astro.config.mjs @@ -0,0 +1,9 @@ +// @ts-check +import { defineConfig } from 'astro/config'; + +import react from '@astrojs/react'; + +// https://astro.build/config +export default defineConfig({ + integrations: [react()] +});
\ No newline at end of file |
