mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Fix config.
This commit is contained in:
@ -11,5 +11,8 @@ module.exports = {
|
|||||||
themeColor: '#edeff1',
|
themeColor: '#edeff1',
|
||||||
appleMobileWebAppCapable: 'yes',
|
appleMobileWebAppCapable: 'yes',
|
||||||
workboxPluginMode: 'GenerateSW',
|
workboxPluginMode: 'GenerateSW',
|
||||||
|
workboxOptions: {
|
||||||
|
exclude: [/htaccess/],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user