feat: add GitHub projects page
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -33,3 +33,9 @@ NEXT_PUBLIC_TWITTER_CARD_TYPE="summary_large_image"
|
||||
|
||||
# Analytics (public ID only)
|
||||
NEXT_PUBLIC_ANALYTICS_ID=""
|
||||
|
||||
# Server-side only (NOT exposed to browser)
|
||||
# Used to fetch GitHub repositories for the /projects page.
|
||||
# Copy these into your local `.env.local` and fill in real values.
|
||||
GITHUB_USERNAME="your-github-username"
|
||||
GITHUB_TOKEN="your-github-token"
|
||||
|
||||
Reference in New Issue
Block a user