Created dotfur.org and dot.fur site

Signed-off-by: caramel <caramel@caramel.horse>
This commit is contained in:
2024-08-14 04:37:11 -06:00
commit e259f6ebae
23 changed files with 6722 additions and 0 deletions

8
astro.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
// https://astro.build/config
export default defineConfig({
integrations: [tailwind()]
});