spb/market-atlas
Public
TypeScript 96.7%
SQL 1.6%
CSS 0.8%
JavaScript 0.5%
1export const SITE_NAME = "Market Atlas";2export const TAGLINE = "The live map of global markets";3export const DESCRIPTION =4 "Market Atlas observes thousands of market sources, normalizes their outputs, compares independent observations and exposes one continuously updating, provenance-backed picture of global markets.";5export const SITE_URL = (process.env.NEXT_PUBLIC_SITE_URL ?? "https://www.market-atlas.co").replace(/\/$/, "");6export const THEME_LIGHT = "#f5f6f4";7export const THEME_DARK = "#0c0f14";8export const DISCLAIMER =9 "Market Atlas is an informational market-data and analytics platform. Information may be delayed, indicative, incomplete, or sourced from third parties. Market Atlas is not an exchange, broker, investment adviser, or execution venue. Nothing here is investment advice.";10