feat: configure Astro site URL and update favicon

This commit is contained in:
2026-02-24 16:36:15 -06:00
parent e7f9c626df
commit d4d34739d2
3 changed files with 194 additions and 9 deletions

View File

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