From 5967973fa0ec74aa9bb980fb102a3e794bbb7419 Mon Sep 17 00:00:00 2001
From: John Coghlan <jcoghlan@gitlab.com>
Date: Thu, 12 Dec 2019 13:44:04 +0000
Subject: [PATCH] Update siteConfig.js

---
 website/siteConfig.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/siteConfig.js b/website/siteConfig.js
index fd6814c..6d7e1cd 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -23,8 +23,8 @@ const users = [
 const siteConfig = {
   title: 'Test Site', // Title for your website.
   tagline: 'A website for testing',
-  url: 'https://your-docusaurus-test-site.com', // Your website URL
-  baseUrl: '/', // Base URL for your project */
+  url: 'https://johncoghlan.gitlab.io', // Your website URL
+  baseUrl: '/docs/', // Base URL for your project */
   // For github.io type URLs, you would set the url and baseUrl like:
   //   url: 'https://facebook.github.io',
   //   baseUrl: '/test-site/',
-- 
GitLab