Skip to content

Commit 72e7824

Browse files
committed
OGPなどの再設定
1 parent 6cea2ad commit 72e7824

File tree

4 files changed

+43
-13
lines changed

4 files changed

+43
-13
lines changed

nuxt.config.js

Lines changed: 43 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,63 @@ export default {
1616
meta: [
1717
{ charset: 'utf-8' },
1818
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
19+
{
20+
hid: 'keyword',
21+
name: 'keyword',
22+
content: 'CodeforJapan, おうちで時間割, デジタル, 学び, 今後の学習'
23+
},
24+
{
25+
hid: 'author',
26+
name: 'author',
27+
content: 'Code for Japan'
28+
},
29+
{
30+
hid: 'og:site_name',
31+
property: 'og:site_name',
32+
content: 'おうちで時間割'
33+
},
34+
{
35+
hid: 'og:url',
36+
property: 'og:url',
37+
content: `https://app.studyathome.jp/`
38+
},
39+
{
40+
hid: 'og:title',
41+
property: 'og:title',
42+
content: 'おうちで時間割'
43+
},
44+
{
45+
hid: 'og:description',
46+
property: 'og:description',
47+
content:
48+
'子どもの学びにデジタルの活用を - 臨時休校期間と今後の学習に向けて 簡単に楽しく学べる環境を今だから、みんなでつくろう。'
49+
},
50+
{
51+
hid: 'apple-mobile-web-app-title',
52+
name: 'apple-mobile-web-app-title',
53+
content: 'おうちで時間割'
54+
},
1955
{
2056
hid: 'description',
2157
name: 'description',
2258
content:
23-
'おうちにいても先生から課題が届きます!時間割に合わせて楽しく学んでコロナ休校を乗り切ろう!'
59+
'子どもの学びにデジタルの活用を - 臨時休校期間と今後の学習に向けて 簡単に楽しく学べる環境を今だから、みんなでつくろう。'
2460
},
25-
{ hid: 'robots', name: 'robots', content: 'noindex' }
26-
],
27-
link: [
28-
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
29-
{ rel: 'apple-touch-icon', href: '/apple-touch-icon-precomposed.png' },
3061
{ hid: 'og:type', property: 'og:type', content: 'website' },
3162
{
3263
hid: 'og:image',
3364
property: 'og:image',
34-
content: 'https://studyathome.web.app/ogp.png'
65+
content: 'https://app.studyathome.jp/'
3566
},
3667
{
3768
hid: 'twitter:image',
3869
name: 'twitter:image',
39-
content: 'https://studyathome.web.app/ogp.png'
40-
},
41-
{
42-
hid: 'og:title',
43-
property: 'og:title',
44-
content: 'おうちで時間割'
70+
content: 'https://app.studyathome.jp/'
4571
}
72+
],
73+
link: [
74+
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
75+
{ rel: 'apple-touch-icon', href: '/apple-touch-icon-precomposed.png' }
4676
]
4777
},
4878
/*
13.8 KB
Loading

src/static/favicon.ico

-15.1 KB
Binary file not shown.

src/static/ogp.png

-20.9 KB
Loading

0 commit comments

Comments
 (0)