mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-28 08:32:06 +00:00
5 lines
156 B
JavaScript
5 lines
156 B
JavaScript
|
module.exports = {
|
||
|
offline: true, // true or https://github.com/NekR/offline-plugin/blob/master/docs/options.md
|
||
|
plugins: ['~plugins/init-offline.js']
|
||
|
}
|