add astro and configure some things
This commit is contained in:
7
packages/website/astro.config.mjs
Normal file
7
packages/website/astro.config.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import react from "@astrojs/react"
|
||||
import tailwind from "@astrojs/tailwind"
|
||||
import { defineConfig } from "astro/config"
|
||||
|
||||
export default defineConfig({
|
||||
integrations: [tailwind(), react()],
|
||||
})
|
||||
Reference in New Issue
Block a user