mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-30 02:36:56 +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,9 +38,9 @@ module.exports = {
|
||||||
{
|
{
|
||||||
resolve: `gatsby-plugin-offline`,
|
resolve: `gatsby-plugin-offline`,
|
||||||
options: {
|
options: {
|
||||||
precachePages: ["/en", "/de"],
|
precachePages: ["/", "/en", "/en/projects", "/de", "/de/projects"],
|
||||||
workboxConfig: {
|
workboxConfig: {
|
||||||
globPatterns: ['**/*']
|
globPatterns: ['**/*']
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue