Translate description

This commit is contained in:
Kevin Kandlbinder 2020-12-21 18:58:18 +01:00
parent ebb4f4d515
commit 8757b1afb3
4 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,6 @@
module.exports = {
siteMetadata: {
title: `KevinK.dev`,
description: `Hallo, ich bin Kevin Kandlbinder, ein Entwickler und Hobby-Fotograf aus Norddeutschland.`,
author: `@Unkn0wnKevin`,
siteUrl: `https://kevink.dev`,
},
@ -25,7 +24,7 @@ module.exports = {
{
resolve: `gatsby-plugin-offline`,
options: {
precachePages: ["/", "/projects", "/projects/*", "/social", "/social/*"],
precachePages: ["/en", "/de"],
workboxConfig: {
globPatterns: ['**/*']
}