From d2ecbf146e5445927e9cd93abc175e3df503b643 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Wed, 23 Aug 2017 16:19:39 -0600 Subject: [PATCH] fixes baseurl --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 868d70ae..a75e369a 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ gems: ### The following properties will change on a project-by-project basis # Context path in the remote website (usually /), will be prepended to absolute URLs for static resources -baseurl: /gh-pages +baseurl: /spring-cloud-gateway # Name of the project for display in places like page titles name: Spring Cloud Gateway