feat: initialize site with config, logo, and basic layout

This commit is contained in:
2026-02-09 13:44:57 -06:00
parent a104169551
commit 346d5a025a
9 changed files with 333 additions and 20 deletions

View File

@@ -2,4 +2,6 @@
import { defineConfig } from 'astro/config'
// https://astro.build/config
export default defineConfig({})
export default defineConfig({
site: 'https://srjuggernaut.dev'
})