aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index f8144fac..e4a96c55 100644
--- a/src/main.js
+++ b/src/main.js
@@ -97,7 +97,7 @@ window.fetch('/api/statusnet/config.json')
.then((res) => res.json())
.then((data) => {
var apiStatusnetConfigSitePleromafe = data.site.pleromafe
- window.fetch('/static/sonfig.json')
+ window.fetch('/static/config.json')
.then((data) => {
var staticConfig = data