Skip to content

Commit

Permalink
Fix example site's user image path (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored and JoelMarcey committed Apr 25, 2018
1 parent df6f6df commit d7c093e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/basics/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
const users = [
{
caption: 'User1',
image: '/test-site/img/docusaurus.svg',
// You will need to prepend the image path with your baseUrl
// if it is not '/', like: '/test-site/img/docusaurus.svg'.
image: '/img/docusaurus.svg',
infoLink: 'https://www.facebook.com',
pinned: true,
},
Expand Down

0 comments on commit d7c093e

Please sign in to comment.