Updated index and colors.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2021-12-06 02:51:23 +04:00
parent d364825b8d
commit c21b43cdb1
4 changed files with 17 additions and 4 deletions

View File

@ -56,10 +56,14 @@ export default {
// PWA module configuration: https://go.nuxtjs.dev/pwa
pwa: {
manifest: {
lang: 'en',
name: "S3rius' dev blog",
short_name: "Dev blog",
lang: 'ru',
background_color: "#fafdff",
theme_color: "#fafdff"
},
icon: {
fileName: 'logo.png',
fileName: 'icon.png',
},
},