Skip to content

Commit

Permalink
Merge pull request #29 from kogepanh/develop
Browse files Browse the repository at this point in the history
meta の og:url や og:image を絶対パスに変更
  • Loading branch information
kogepanh authored Jan 30, 2021
2 parents dc172b6 + dfed23c commit 265ba47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<title>NISLAB OpenLAB</title>
<meta name="author" content="Network Information Systems Lab.">
<meta name="description" content="2021年2月15日(月)にオープンラボを開催します。オンライン/オフラインのハイブリッド開催しますので、ぜひご参加ください。">
<meta property="og:url" content="<%= BASE_URL %>">
<meta property="og:url" content="https://openlab.nislab.info/">
<meta property="og:type" content="website">
<meta property="og:title" content="NISLAB オープンラボ特設サイト">
<meta property="og:description" content="2021年2月15日(月)にオープンラボを開催します。オンライン/オフラインのハイブリッド開催しますので、ぜひご参加ください。">
<meta property="og:image" content="<%= BASE_URL %>summary-card.png">
<meta property="og:image" content="https://openlab.nislab.info/summary-card.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@nislab_sato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
Expand Down

0 comments on commit 265ba47

Please sign in to comment.