mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-13 17:06:56 +02:00
Translate description
This commit is contained in:
parent
ebb4f4d515
commit
8757b1afb3
4 changed files with 7 additions and 5 deletions
|
@ -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: ['**/*']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue