mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-28 17:56:51 +02:00
Add more to prefetch for offline use
This commit is contained in:
parent
ccab9b3a63
commit
ed31fab998
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ module.exports = {
|
|||
{
|
||||
resolve: `gatsby-plugin-offline`,
|
||||
options: {
|
||||
precachePages: ["/en", "/de"],
|
||||
precachePages: ["/", "/en", "/en/projects", "/de", "/de/projects"],
|
||||
workboxConfig: {
|
||||
globPatterns: ['**/*']
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue