File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ export default {
62
62
{
63
63
hid : 'og:image' ,
64
64
property : 'og:image' ,
65
- content : 'https://app.studyathome.jp/'
65
+ content : 'https://app.studyathome.jp/ogp.png '
66
66
} ,
67
67
{
68
68
hid : 'twitter:image' ,
69
69
name : 'twitter:image' ,
70
- content : 'https://app.studyathome.jp/'
70
+ content : 'https://app.studyathome.jp/ogp.png '
71
71
}
72
72
] ,
73
73
link : [
@@ -165,10 +165,20 @@ export default {
165
165
APPID : process . env . APPID ,
166
166
MEASUREMENTID : process . env . MEASUREMENTID
167
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
+ } ,
168
178
workbox : {
169
179
importScripts : [
170
- 'https://www.gstatic.com/firebasejs/7.14.6 /firebase-app.js' ,
171
- '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' ,
172
182
'swenv.js' ,
173
183
'sw-firebase-auth.js'
174
184
] ,
You can’t perform that action at this time.
0 commit comments