Moving from github

This commit is contained in:
2026-02-15 18:34:19 -05:00
commit d7e890692a
22 changed files with 11827 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()]
});