mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Fix example site's user image path (#605)
This commit is contained in:
parent
df6f6df333
commit
d7c093e241
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@
|
||||||
const users = [
|
const users = [
|
||||||
{
|
{
|
||||||
caption: 'User1',
|
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',
|
infoLink: 'https://www.facebook.com',
|
||||||
pinned: true,
|
pinned: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue