🚀 Init

This commit is contained in:
Korbs 2025-02-22 02:16:08 -05:00
commit e0056b9cd9
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U
26 changed files with 1560 additions and 0 deletions

8
astro.config.mjs Normal file
View file

@ -0,0 +1,8 @@
import { defineConfig } from 'astro/config'
export default defineConfig({
site: "https://example.org/",
devToolbar: {
enabled: false
}
})