export const DEFAULT_STATION_NAME = "Warszawa"; export const APP_NAME = "wtr."; export const APP_TAGLINE = "Pogoda z danych IMGW. Prosto. Pięknie. Aktualnie."; export const QUERY_STALE_TIME = 5 * 60 * 1000; export const QUERY_GC_TIME = 60 * 60 * 1000; export const NAV_ITEMS = [ { href: "/", labelKey: "nav.weather" }, { href: "/warnings", labelKey: "nav.warnings" }, { href: "/hydro", labelKey: "nav.hydro" }, ] as const;