2023-07-02 23:47:12 +02:00
|
|
|
import { defineConfig } from "astro/config";
|
|
|
|
import UnoCSS from "unocss/astro";
|
2023-07-02 22:13:56 +02:00
|
|
|
|
|
|
|
// https://astro.build/config
|
2023-07-02 23:47:12 +02:00
|
|
|
export default defineConfig({
|
|
|
|
integrations: [UnoCSS()],
|
|
|
|
});
|