This repository was archived by the owner on May 7, 2021. It is now read-only.
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ VUE_APP_TITLE = 久留米高専プログラミングラボ部
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width,initial-scale=1.0 ">
7
7
< link rel ="icon " href ="<%= BASE_URL %>favicon.ico ">
8
- < title > 久留米高専プログラミングラボ部 </ title >
8
+ < title > < %= VUE_APP_TITLE % > </ title >
9
9
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap-reboot.min.css ">
10
10
< link href ="https://fonts.googleapis.com/css?family=Noto+Sans+JP:700&subset=japanese " rel ="stylesheet ">
11
11
< link href ="https://fonts.googleapis.com/css?family=Barlow " rel ="stylesheet ">
12
12
< link href ="https://accounts.prolab.club " rel ="preconnect ">
13
13
14
14
< meta name ="description " content ="プロラボ部(プログラミングラボ部)は、久留米高専でプログラミングを中心として活動する集団です ">
15
- < meta property ="og:title " content ="久留米高専プログラミングラボ部 ">
15
+ < meta property ="og:title " content ="<%= VUE_APP_TITLE %> ">
16
16
< meta property ="og:description " content ="プロラボ部(プログラミングラボ部)は、久留米高専でプログラミングを中心として活動する集団です ">
17
- < meta property ="og:site_name " content ="久留米高専プログラミングラボ部 ">
17
+ < meta property ="og:site_name " content ="<%= VUE_APP_TITLE %> ">
18
18
< meta property ="og:image " content ="https://kurume-nct.com/og_image.jpg ">
19
19
< meta name ="twitter:card " content ="summary_large_image ">
20
20
< meta name ="twitter:site " content ="@prolabknct ">
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default {
18
18
},
19
19
metaInfo: {
20
20
title: ' Untitled' ,
21
- titleTemplate: ' %s - 久留米高専プログラミングラボ部 ' ,
21
+ titleTemplate: ` %s - ${ process . env . VUE_APP_TITLE } ` ,
22
22
},
23
23
};
24
24
</script >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ import publicMemberList from '@/components/PublicMemberList.vue';
46
46
export default {
47
47
name: ' home' ,
48
48
metaInfo: {
49
- title: ' 久留米高専プログラミングラボ部 ' ,
49
+ title: process . env . VUE_APP_TITLE ,
50
50
titleTemplate: null ,
51
51
},
52
52
components: {
You can’t perform that action at this time.
0 commit comments