feat: V1 landing page

This commit is contained in:
2026-03-30 13:07:57 -03:00
parent 6233888b91
commit b03907662c
9 changed files with 6497 additions and 0 deletions

7
astro.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from "astro/config";
export default defineConfig({
server: {
host: true
}
});