Browse Source

config: introduce siteName

Nils Schneider 9 years ago
parent
commit
6c862182f5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/config.js

+ 1 - 0
lib/config.js

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