diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:05:43 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:05:43 -0700 |
| commit | 53c7ce959b5c72002c5444b7d6e5b458331a4275 (patch) | |
| tree | 1226a3694ea2f840bb6c3353a4ee5282efd43bf0 /astro.config.mjs | |
Initial commit
Diffstat (limited to 'astro.config.mjs')
| -rw-r--r-- | astro.config.mjs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..04c8bf4 --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,9 @@ +import { defineConfig } from 'astro/config'; +import react from '@astrojs/react'; + +// https://astro.build/config +export default defineConfig({ + integrations: [ + react() + ] +}); |
