Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Jun 18, 2024
1 parent b474e46 commit ea40790
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/MaplibreMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const style = (passedTheme: string) => {
const theme = passedTheme || (isDark.value ? "dark" : "light");
return {
version: 8,
glyphs: "https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf",
glyphs:
"https://protomaps.github.io/basemaps-assets/fonts/{fontstack}/{range}.pbf",
sprite: `https://protomaps.github.io/basemaps-assets/sprites/v3/${theme}`,
sources: {
protomaps: {
Expand Down

0 comments on commit ea40790

Please sign in to comment.