Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2d89ef">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="MonoMotion Robotics Framework" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://monomotion.netlify.com" />
<meta property="og:image" content="https://monomotion.netlify.com/static/media/trainer.5ff8e856.png" />
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this static image is generated by webpack and there is no guarantee that this image always exists.
We should add image directly in public/ and refer that image in ogp and twitter card

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I'll fix.

<meta property="og:site_name" content="MonoMotion Website" />
<meta property="og:description" content="MonoMotionフレームワークで、ロボットを自在に動かそう。" />

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MonoMotionHQ">

<title>MonoMotion Robotics Framework</title>
</head>
<body>
Expand Down