From 895e8f2cd2f2de497e3e9770280a653920f49406 Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Tue, 26 Jan 2016 21:06:51 +0000 Subject: [PATCH] Fix incorrect absolute url in config --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 14c35c7..ac412d8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # location -absolute: http://csbnw.no-iphoto.org:3838 +absolute: http://csbnw.no-ip.org:3838 baseurl: . asset_prefix: /asset static_prefix: /static