diff options
author | Valentin Popov <info@valentineus.link> | 2018-05-31 05:27:23 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-05-31 05:27:23 +0300 |
commit | d40c8863e635aeff73d6d5c7d273cd57bb5d914f (patch) | |
tree | dbf454fe1108ce882c27cbd3096070e1ded9c199 | |
parent | 50efc151c012016846ef5dafe80ba5cf12eb0571 (diff) | |
download | obs-somafm_current_track-d40c8863e635aeff73d6d5c7d273cd57bb5d914f.tar.xz obs-somafm_current_track-d40c8863e635aeff73d6d5c7d273cd57bb5d914f.zip |
Baseurl Fix
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | _config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_config.yml b/_config.yml index 4a21616..8d369ab 100644 --- a/_config.yml +++ b/_config.yml @@ -20,8 +20,8 @@ compress_html: startings: [] # Website address -url: "https://valentineus.link/obs-somafm-current-track/" -baseurl: "" +url: "https://valentineus.link" +baseurl: "/obs-somafm-current-track" # Site description description: "Page displays a popup window with the current playing track SomaFM radio." |