Skip to content

Commit a08ef87

Browse files
committed
PWAの設定
1 parent 72e7824 commit a08ef87

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

nuxt.config.js

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ export default {
6262
{
6363
hid: 'og:image',
6464
property: 'og:image',
65-
content: 'https://app.studyathome.jp/'
65+
content: 'https://app.studyathome.jp/ogp.png'
6666
},
6767
{
6868
hid: 'twitter:image',
6969
name: 'twitter:image',
70-
content: 'https://app.studyathome.jp/'
70+
content: 'https://app.studyathome.jp/ogp.png'
7171
}
7272
],
7373
link: [
@@ -165,6 +165,16 @@ export default {
165165
APPID: process.env.APPID,
166166
MEASUREMENTID: process.env.MEASUREMENTID
167167
},
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+
},
168178
workbox: {
169179
importScripts: [
170180
'https://www.gstatic.com/firebasejs/7.14.6/firebase-app.js',

0 commit comments

Comments
 (0)