Przeglądaj źródła

config: introduce siteName

Nils Schneider 9 lat temu
rodzic
commit
6c862182f5
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lib/config.js

+ 1 - 0
lib/config.js

@@ -1,4 +1,5 @@
 define({
 define({
   "dataPath": "https://map.luebeck.freifunk.net/data/",
   "dataPath": "https://map.luebeck.freifunk.net/data/",
+  "siteName": "Freifunk Lübeck",
   "showContact": true
   "showContact": true
 })
 })