From ed7b77bbda847fcf3d05b181fc974fcf3a8ed8c5 Mon Sep 17 00:00:00 2001 From: vladikoff Date: Sun, 1 Apr 2018 16:45:14 -0400 Subject: [PATCH] Fix up build dir --- website/siteConfig.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 0ac77a840..691b5eeb8 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -11,8 +11,8 @@ const siteConfig = { title: 'Firefox Application Services' /* title for your website */, tagline: 'Beyond the browser', url: 'https://vladikoff.github.io/app-services-site' /* your website url */, - baseUrl: '/test-site/' /* base url for your project */, - projectName: 'test-site', + baseUrl: '/app-services-site/' /* base url for your project */, + projectName: 'app-services-site', headerLinks: [ {doc: 'doc1', label: 'Docs'}, {doc: 'doc4', label: 'API'},