mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-07 03:16:56 -06:00
9 lines
183 B
JavaScript
9 lines
183 B
JavaScript
import { defineConfig } from "astro/config";
|
|
|
|
import tailwind from "@astrojs/tailwind";
|
|
|
|
// https://astro.build/config
|
|
export default defineConfig({
|
|
integrations: [tailwind()],
|
|
});
|