Finish Setup
Storage
Setup database
Vercel Postgres: create store and connect to project
Postgres-compatible: connected (SSL enabled)
Setup storage
Authentication
Setup auth
Store auth secret in environment variable:
361c6547b4b6a860aba87867265da649
`AUTH_SECRET`
Setup admin user
Store admin email/password in environment variables:
`ADMIN_EMAIL`
`ADMIN_PASSWORD`
Content
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