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'
})

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 749 B

After

Width:  |  Height:  |  Size: 1.0 MiB