From d4ac4c1ca94e93a8f3b47b085c2b498b3a1ae216 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sat, 17 Aug 2019 00:43:43 +0200 Subject: [PATCH] Forgot Base URL --- SpotifyAPI.Docs/docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SpotifyAPI.Docs/docs/.vuepress/config.js b/SpotifyAPI.Docs/docs/.vuepress/config.js index c0e5dfea..6e3802ad 100644 --- a/SpotifyAPI.Docs/docs/.vuepress/config.js +++ b/SpotifyAPI.Docs/docs/.vuepress/config.js @@ -1,6 +1,7 @@ module.exports = { title: 'SpotifyAPI-NET', - description: ':sound: An API for the Spotify-Client and the Spotify Web API, written in C#/.NET', + base: '/SpotifyAPI-NET/', + description: '🔉 An API for the Spotify-Client and the Spotify Web API, written in C#/.NET', themeConfig: { repo: 'JohnnyCrazy/SpotifyAPI-NET', repoLabel: '🚀 GitHub',