-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
13 lines (12 loc) · 859 Bytes
/
Copy path.env.example
File metadata and controls
13 lines (12 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# Letterboxd — used on /about for “Latest things I’ve watched” (fetched at build time).
# Set both in Vercel project env so production builds can reach the RSS feed.
LETTERBOXD_PROFILE_URL=https://letterboxd.com/antoniwan/
LETTERBOXD_RSS_URL=https://letterboxd.com/antoniwan/rss/
# Remark42 comments — optional. PUBLIC_ prefix is required (client-side).
# See docs/comments-setup.md. Production rewrite: /api/remark42/* → Railway (vercel.json).
PUBLIC_REMARK42_HOST=https://notes.antoniwan.online/api/remark42
PUBLIC_REMARK42_SITE_ID=notes-antoniwan
# Upstream Remark42 origin (no trailing slash). Vercel cannot interpolate env into vercel.json,
# so after changing this run: pnpm run sync-remark42-rewrite (then commit vercel.json).
# CI: pnpm run check-remark42-rewrite
REMARK42_UPSTREAM_ORIGIN=https://remark42-production-7df4.up.railway.app