initial commit

This commit is contained in:
fiatcode 2026-01-17 09:52:22 +07:00
commit cb3f2d7c7c
14 changed files with 5364 additions and 0 deletions

5
astro.config.mjs Normal file
View file

@ -0,0 +1,5 @@
// @ts-check
import { defineConfig } from 'astro/config';
// https://astro.build/config
export default defineConfig({});