From 861bd19bc99d5c36b07b6d3be145e571bfc77126 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 29 Oct 2021 17:50:55 +0200 Subject: [PATCH] fix: base directory --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d563967..543506a 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ title: NEM Documentation description: Technical Documentation for Developers and Average Users. -baseurl: "/nem-docs" # the subpath of your site, e.g. /blog +baseurl: "" # the subpath of your site, e.g. /blog url: "https://nemproject.github.io/" # the base hostname & protocol for your site, e.g. http://example.com logo: "/assets/images/logo.png" color_scheme: light