Skip to content

Commit

Permalink
Merge pull request codeforsapporo#22 from yamanoku/fix-thumbnail_n_icon
Browse files Browse the repository at this point in the history
OGP画像、ロゴ、iconの差し替え修正
  • Loading branch information
MiyukiShirasawa authored Mar 15, 2020
2 parents 3664481 + 76f7529 commit f44810d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
10 changes: 6 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const config: Configuration = {
{
hid: 'og:url',
property: 'og:url',
content: 'https://stopcovid19.metro.tokyo.lg.jp'
content: 'https://development-civictechzenchiba-covid19.netlify.com'
},
{
hid: 'og:title',
Expand All @@ -45,7 +45,8 @@ const config: Configuration = {
{
hid: 'og:image',
property: 'og:image',
content: 'https://stopcovid19.metro.tokyo.lg.jp/ogp.png'
content:
'https://development-civictechzenchiba-covid19.netlify.com/ogp.png'
},
{
hid: 'twitter:card',
Expand All @@ -65,7 +66,8 @@ const config: Configuration = {
{
hid: 'twitter:image',
name: 'twitter:image',
content: 'https://stopcovid19.metro.tokyo.lg.jp/ogp.png'
content:
'https://development-civictechzenchiba-covid19.netlify.com/ogp.png'
}
],
link: [
Expand Down Expand Up @@ -171,7 +173,7 @@ const config: Configuration = {
hardSource: process.env.NODE_ENV === 'development'
},
manifest: {
name: '東京都 新型コロナウイルス感染症対策サイト',
name: '千葉県 新型コロナウイルス感染症対策サイト',
theme_color: '#00a040',
background_color: '#ffffff',
display: 'standalone',
Expand Down
Binary file modified static/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/favicon.ico
Binary file not shown.
Binary file modified static/icon.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion static/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/ogp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f44810d

Please sign in to comment.