Skip to content

Commit

Permalink
Update gatsby-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tubone24 authored Feb 23, 2021
1 parent dd99846 commit 246e0d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
pathPrefix: '/',
siteMetadata: {
title: 'tubone BOYAKI',
description: 'tubone BOYAKI',
description: 'tubone BOYAKI is a tubone blog',
siteUrl,
author: 'tubone',
},
Expand Down Expand Up @@ -272,7 +272,7 @@ module.exports = {
options: {
name: 'tubone BOYAKI',
short_name: 'tuboneBOYAKI',
description: 'Boyaki makes a new world',
description: 'tubone Blog',
lang: 'ja',
start_url: '/',
background_color: '#ededed',
Expand All @@ -283,11 +283,13 @@ module.exports = {
src: '/favicons/android-chrome-192x192.png',
sizes: '192x192',
type: 'image/png',
purpose: 'any maskable',
},
{
src: '/favicons/android-chrome-512x512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'any maskable',
},
],
},
Expand Down

0 comments on commit 246e0d6

Please sign in to comment.