Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ROUTE_PATH = '/prometheus';
const OG_IMAGE = `${HOST}/assets/fsb_logo_dark.png`;
const OG_IMAGE_ALT = $localize`:@@prometheus.og.imageAlt:FSB Full Self-Browsing logo`;
const SITE_NAME = $localize`:@@site.name:FSB - Full Self-Browsing`;
const TARGET_TIME = new Date('2026-07-31T23:59:59').getTime();
const TARGET_TIME = new Date('2026-09-30T23:59:59').getTime();
const TOKEN_BASE = 257960;
const TOKEN_ORIGIN = new Date('2026-06-24T12:00:00').getTime();
const TOKENS_PER_MS = 1000000 / 3600000;
Expand Down
Loading