feat: 'metadata' image generation for miis

for use on search engines
This commit is contained in:
trafficlunar 2025-05-21 22:02:35 +01:00
parent ada54d46c8
commit de2c281257
22 changed files with 463 additions and 97 deletions

View file

@ -4,10 +4,10 @@ DATABASE_URL="postgresql://postgres:frieren@localhost:5432/tomodachi-share?schem
REDIS_URL="redis://localhost:6379/0"
# Used for metadata, sitemaps, etc.
BASE_URL=http://localhost:3000
NEXT_PUBLIC_BASE_URL=http://localhost:3000
# Check Auth.js docs for information
AUTH_URL=http://localhost:3000 # This should be the same as BASE_URL
AUTH_URL=http://localhost:3000 # This should be the same as NEXT_PUBLIC_BASE_URL
AUTH_TRUST_HOST=true
AUTH_SECRET=XXXXXXXXXXXXXXXX
AUTH_DISCORD_ID=XXXXXXXXXXXXXXXX