Migrate to new astro version; small header/footer/hero fixes; continue work on blog implementation

This commit is contained in:
Timothy Pidashev
2024-12-17 12:42:02 -08:00
parent 26877cf18a
commit deeef2f8a0
19 changed files with 2154 additions and 447 deletions

View File

@@ -8,7 +8,7 @@ services:
volumes:
- ./.caddy/Caddyfile.dev:/etc/caddy/Caddyfile:rw
networks:
- proxy
- web_proxy
depends_on:
- web
@@ -27,9 +27,9 @@ services:
- ./src/public:/app/public
- ./src/src:/app/src
networks:
- proxy
- web_proxy
networks:
proxy:
name: proxy
web_proxy:
name: web_proxy
external: true