Skip to content

Commit

Permalink
Github Pages用にsiteConfigの編集
Browse files Browse the repository at this point in the history
レポジトリの対応とベースURLの対応
  • Loading branch information
o0h committed Feb 10, 2018
1 parent 6525b47 commit e1421fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/siteConfig.js
Expand Up @@ -9,7 +9,7 @@
const users = [
{
caption: 'User1',
image: '/test-site/img/docusaurus.svg',
image: '/img/docusaurus.svg',
infoLink: 'https://www.facebook.com',
pinned: true,
},
Expand All @@ -18,9 +18,9 @@ const users = [
const siteConfig = {
title: 'Test Site' /* title for your website */,
tagline: 'A website for testing',
url: 'https://facebook.github.io' /* your website url */,
baseUrl: '/test-site/' /* base url for your project */,
projectName: 'test-site',
url: 'https://cake.nichiyoubi.land' /* your website url */,
baseUrl: '/' /* base url for your project */,
projectName: 'cakephp3-with-me',
headerLinks: [
{doc: 'doc1', label: 'Docs'},
{doc: 'doc4', label: 'API'},
Expand Down Expand Up @@ -50,7 +50,7 @@ const siteConfig = {
},
scripts: ['https://buttons.github.io/buttons.js'],
// You may provide arbitrary config keys to be used as needed by your template.
repoUrl: 'https://github.com/facebook/test-site',
repoUrl: 'https://github.com/o0h/cakephp3-with-me',
};

module.exports = siteConfig;

0 comments on commit e1421fd

Please sign in to comment.