forked from dotfur/dotfur.org
Created dotfur.org and dot.fur site
Signed-off-by: caramel <caramel@caramel.horse>
This commit is contained in:
8
astro.config.mjs
Normal file
8
astro.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'astro/config';
|
||||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [tailwind()]
|
||||
});
|
||||
Reference in New Issue
Block a user