initial commit

This commit is contained in:
Surjith S M
2022-11-01 15:43:52 +05:30
commit c755263b27
15 changed files with 4165 additions and 0 deletions

9
astro.config.mjs Normal file
View File

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