feat: add @theme/Markdown to allow user modify their own markdown react component

This commit is contained in:
endiliey 2018-09-06 21:33:50 +08:00
parent 1ff6733464
commit d00864d222
8 changed files with 41 additions and 30 deletions

View file

@ -7,7 +7,10 @@ export default class NotFound extends React.Component {
<Layout>
<div>404 Page Not Found</div>
<div>
<img alt="Not found" src="https://i.imgur.com/yG7L3Lb.gif" />
<img
alt="Not found"
src="https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX3889253.jpg"
/>
</div>
</Layout>
);