.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NUXT_SESSION_PASSWORD
secret
secure password, can use `openssl rand -hex 32`
NUXT_IMAGE_PROXY_SECRET
secret
HMAC secret for image-proxy and OG image URL signing, can use `openssl rand -hex 32`