Skip to content

Commit

Permalink
fix: image path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 12, 2019
1 parent 95e2055 commit 04be410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export default ({ meta, content, githubUrl, ...props }) => {
footer={false}
{...meta}
name={`Microlink ${activeRouteName}`}
image={`https://cdn.microlink.io/page/${activeRouteName.toLowerCase()}.png`}
image={`https://cdn.microlink.io/page/docs/${activeRouteName.toLowerCase()}.png`}
>
<Container>
<Aside routes={routes} activeRouteName={activeRouteName}>
Expand Down

0 comments on commit 04be410

Please sign in to comment.