Fix config.

This commit is contained in:
HenriT
2021-04-23 16:35:30 +03:00
parent 92290d5667
commit 2b0b41072f

View File

@ -11,5 +11,8 @@ module.exports = {
themeColor: '#edeff1', themeColor: '#edeff1',
appleMobileWebAppCapable: 'yes', appleMobileWebAppCapable: 'yes',
workboxPluginMode: 'GenerateSW', workboxPluginMode: 'GenerateSW',
workboxOptions: {
exclude: [/htaccess/],
},
}, },
}; };