Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit df3a79a

Browse files
committed
Fix og image url
1 parent bbebb2c commit df3a79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<meta property="og:title" content="<%= VUE_APP_TITLE %>">
1616
<meta property="og:description" content="プロラボ部(プログラミングラボ部)は、久留米高専でプログラミングを中心として活動する集団です">
1717
<meta property="og:site_name" content="<%= VUE_APP_TITLE %>">
18-
<meta property="og:image" content="https://kurume-nct.com/og_image.jpg">
18+
<meta property="og:image" content="https://prolab.club/og_image.jpg">
1919
<meta name="twitter:card" content="summary_large_image">
2020
<meta name="twitter:site" content="@prolabknct">
2121
</head>

0 commit comments

Comments
 (0)