@@ -16,33 +16,63 @@ export default {
16
16
meta : [
17
17
{ charset : 'utf-8' } ,
18
18
{ 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
+ } ,
19
55
{
20
56
hid : 'description' ,
21
57
name : 'description' ,
22
58
content :
23
- 'おうちにいても先生から課題が届きます!時間割に合わせて楽しく学んでコロナ休校を乗り切ろう! '
59
+ '子どもの学びにデジタルの活用を - 臨時休校期間と今後の学習に向けて 簡単に楽しく学べる環境を今だから、みんなでつくろう。 '
24
60
} ,
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' } ,
30
61
{ hid : 'og:type' , property : 'og:type' , content : 'website' } ,
31
62
{
32
63
hid : 'og:image' ,
33
64
property : 'og:image' ,
34
- content : 'https://studyathome.web.app /ogp.png'
65
+ content : 'https://app. studyathome.jp /ogp.png'
35
66
} ,
36
67
{
37
68
hid : 'twitter:image' ,
38
69
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/ogp.png'
45
71
}
72
+ ] ,
73
+ link : [
74
+ { rel : 'icon' , type : 'image/x-icon' , href : '/favicon.ico' } ,
75
+ { rel : 'apple-touch-icon' , href : '/apple-touch-icon-precomposed.png' }
46
76
]
47
77
} ,
48
78
/*
@@ -135,10 +165,20 @@ export default {
135
165
APPID : process . env . APPID ,
136
166
MEASUREMENTID : process . env . MEASUREMENTID
137
167
} ,
168
+ manifest : {
169
+ name : 'おうちで時間割' ,
170
+ short_name : 'おうちで時間割' ,
171
+ theme_color : '#0071C2' ,
172
+ background_color : '#ffffff' ,
173
+ display : 'standalone' ,
174
+ Scope : '/' ,
175
+ start_url : '/' ,
176
+ splash_pages : null
177
+ } ,
138
178
workbox : {
139
179
importScripts : [
140
- 'https://www.gstatic.com/firebasejs/7.14.6 /firebase-app.js' ,
141
- 'https://www.gstatic.com/firebasejs/7.14.6 /firebase-auth.js' ,
180
+ 'https://www.gstatic.com/firebasejs/7.15.1 /firebase-app.js' ,
181
+ 'https://www.gstatic.com/firebasejs/7.15.1 /firebase-auth.js' ,
142
182
'swenv.js' ,
143
183
'sw-firebase-auth.js'
144
184
] ,
0 commit comments