chore: clean up integrations
This commit is contained in:
parent
e85bf59b0f
commit
6f608e470e
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@ import tailwind from '@astrojs/tailwind';
|
|||
import { defineConfig } from 'astro/config';
|
||||
|
||||
export default defineConfig({
|
||||
site: 'https://astro-reactive.dev',
|
||||
integrations: [tailwind()],
|
||||
site: 'https://astro-reactive.dev',
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue