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

Commit 235c24d

Browse files
authored
Merge pull request #190 from ProgrammingLab/gedorinku/fix_og_image
Fix og image url
2 parents bbebb2c + df3a79a commit 235c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
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)