diff --git a/.gitignore b/.gitignore index 8b2425b..5776637 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ lerna-debug.log* node_modules dist dist-ssr +.astro *.local # Editor diff --git a/astro.config.mjs b/astro.config.mjs new file mode 100644 index 0000000..14720b4 --- /dev/null +++ b/astro.config.mjs @@ -0,0 +1,11 @@ +import { defineConfig } from 'astro/config' +import react from '@astrojs/react' +import tailwindcss from '@tailwindcss/vite' + +// https://astro.build/config +export default defineConfig({ + integrations: [react()], + vite: { + plugins: [tailwindcss()], + }, +}) diff --git a/index.html b/index.html deleted file mode 100644 index 6700d6d..0000000 --- a/index.html +++ /dev/null @@ -1,17 +0,0 @@ - - -
- - - - -