feat: add landing page

This commit is contained in:
2024-01-22 14:40:39 +07:00
parent 445a218a9e
commit f4ee25de8e
12 changed files with 2886 additions and 138 deletions

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()]
});