mirror of
https://github.com/Xevion/dynamic-preauth.git
synced 2025-12-06 21:14:58 -06:00
Teardown astrojs base, use tailwindcss, preact, sitemap
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
// @ts-check
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwind from '@astrojs/tailwind';
|
||||
|
||||
import sitemap from '@astrojs/sitemap';
|
||||
|
||||
import preact from '@astrojs/preact';
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({});
|
||||
export default defineConfig({
|
||||
integrations: [tailwind(), sitemap(), preact()]
|
||||
});
|
||||
Reference in New Issue
Block a user