Finish Setup
Setup database
Vercel Postgres: create store and connect to project
Postgres-compatible: connected (SSL enabled)
Setup storage
Setup auth
Store auth secret in environment variable:
AUTH_SECRET
Setup admin user
Store admin email/password in environment variables:
ADMIN_EMAIL
ADMIN_PASSWORD
Configure domain
Not explicitly setting a domain may cause certain features to behave unexpectedly
NEXT_PUBLIC_SITE_DOMAIN
Add title
Store in environment variable (seen in browser tab):
NEXT_PUBLIC_SITE_TITLE
Add description
Store in environment variable (seen in nav, under title):
NEXT_PUBLIC_SITE_DESCRIPTION
Add about
Store in environment variable (seen in grid sidebar):
NEXT_PUBLIC_SITE_ABOUT
Changes to environment variables require a redeploy or reboot of local dev server
AdminMade withexif-photo-blog