mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-05 19:15:30 -04:00
5fc9efb181
- Introduced a new PostStats component to handle view and comment counts, replacing the previous async implementation with a client-side approach. - Updated CommentCount component to use client-side state management for fetching comment counts. - Removed unnecessary caching logic from view and comment fetching functions. - Simplified date formatting by moving it inline, enhancing performance and readability.
18 lines
372 B
Bash
18 lines
372 B
Bash
###############
|
|
# IMPORTANT!
|
|
# See lib/env.ts for the list of required environment variables and how to get them.
|
|
###############
|
|
|
|
AUTH_GITHUB_CLIENT_ID=
|
|
AUTH_GITHUB_CLIENT_SECRET=
|
|
AUTH_SECRET=
|
|
DATABASE_URL=
|
|
GITHUB_TOKEN=
|
|
RESEND_API_KEY=
|
|
RESEND_FROM_EMAIL=
|
|
RESEND_TO_EMAIL=
|
|
NEXT_PUBLIC_BASE_URL=
|
|
NEXT_PUBLIC_GITHUB_REPO=
|
|
NEXT_PUBLIC_ONION_DOMAIN=
|
|
NEXT_PUBLIC_SITE_LOCALE=
|