mirror of
https://github.com/Unkn0wnCat/Unkn0wnCat.net.git
synced 2025-06-03 11:12:08 +02:00
Remove unneeded packages
This commit is contained in:
parent
0ea38b9660
commit
61ab21f4d8
3 changed files with 12 additions and 379 deletions
|
@ -45,7 +45,7 @@ module.exports = {
|
|||
},
|
||||
`gatsby-transformer-remark`,
|
||||
`gatsby-plugin-sharp`,
|
||||
{
|
||||
/*{
|
||||
resolve: `gatsby-plugin-manifest`,
|
||||
options: {
|
||||
name: `Unkn0wnCat.net`,
|
||||
|
@ -58,18 +58,7 @@ module.exports = {
|
|||
icon: `src/images/Unkn0wnCat.net.png`, // This path is relative to the root of the site.
|
||||
cache_busting_mode: 'none'
|
||||
},
|
||||
},
|
||||
// this (optional) plugin enables Progressive Web App + Offline functionality
|
||||
// To learn more, visit: https://gatsby.dev/offline
|
||||
{
|
||||
resolve: `gatsby-plugin-offline`,
|
||||
options: {
|
||||
precachePages: ["/"],
|
||||
workboxConfig: {
|
||||
globPatterns: ['**/*']
|
||||
}
|
||||
},
|
||||
},
|
||||
},*/
|
||||
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue