Files
Konquesto/src/constants.ts
2026-01-25 09:27:50 +01:00

10 lines
179 B
TypeScript

/**
* Initial zoom level for the map
*/
export const INITIAL_ZOOM = 17;
/**
* MapTiler style URL for the map
*/
export const MAP_STYLE = import.meta.env.VITE_MAPTILER_STYLE;