Skip to content

Commit

Permalink
update docusaurus config
Browse files Browse the repository at this point in the history
  • Loading branch information
prevwong committed Dec 16, 2019
1 parent 992918f commit 2fa0fc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
module.exports = {
title: 'craft.js',
tagline: 'A React framework for building drag-n-drop page editors',
url: 'https://your-docusaurus-test-site.com',
baseUrl: '/',
url: 'https://prevwong.github.io/craft.js',
baseUrl: '/craft.js/',
favicon: 'img/favicon.ico',
organizationName: 'facebook', // Usually your GitHub org/user name.
projectName: 'docusaurus', // Usually your repo name.
organizationName: 'prevwong', // Usually your GitHub org/user name.
projectName: 'craft.js', // Usually your repo name.
themeConfig: {
prism: {
theme: require('prism-react-renderer/themes/shadesOfPurple'),
Expand Down

0 comments on commit 2fa0fc7

Please sign in to comment.