i18n is so weird brooo

This commit is contained in:
rift 2024-07-22 14:52:42 -05:00
parent d82bee3150
commit 781a31d3bb
119 changed files with 8174 additions and 14035 deletions

9
astro.config.mjs Normal file
View file

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