mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +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']
|
|
}
|