Files
dark-lord/lib/placeholderOnion.ts
drjones 78a071ba02 Harden onion boot flow and deepen site surfaces
Add persistent onion key backup and restore, improve startup resilience, and flesh out the major site verticals with richer navigation, search coverage, and operator documentation.

Made-with: Cursor
2026-04-07 21:35:52 -07:00

4 lines
247 B
TypeScript

/** Fictional v3-style placeholder for all simulated .onion URLs — replace when curating for class. */
export const PLACEHOLDER_ONION_HOST = "111111111111111111111.onion";
export const PLACEHOLDER_ONION_URL = `http://${PLACEHOLDER_ONION_HOST}`;