- Integrate @astrojs/sitemap for automatic sitemap generation - Add robots.txt with sitemap reference - Add Open Graph and Twitter Card meta tags to Layout - Add canonical URL and structured data slot to Layout - Add JSON-LD schema (WebSite, CollectionPage, Book, BreadcrumbList) - Create custom 404 page with navigation links - Create default OG image (SVG with graph-paper theme) - Wire SITE_URL through Docker build args for production builds - Update Caddyfile for proper 404 handling instead of SPA fallback
16 lines
355 B
Plaintext
16 lines
355 B
Plaintext
# Docker Compose Configuration
|
|
COMPOSE_PROJECT_NAME=mims-library
|
|
|
|
# Mode: development or production
|
|
MODE=production
|
|
NODE_ENV=production
|
|
|
|
# Caddy reverse proxy hostname
|
|
CADDY_HOST=mims.localhost
|
|
|
|
# Dev mode: uncomment to mount src for hot reload
|
|
# DEV_MOUNT=./src
|
|
|
|
# Site URL for sitemap generation and OG meta tags
|
|
# SITE_URL=https://forrest.warehack.ing
|