/** Base URL for all calls to the Hacker News API */
export const hnApiBaseUrl = "https://hacker-news.firebaseio.com/v0";
