mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
7 lines
180 B
JavaScript
7 lines
180 B
JavaScript
module.exports = {
|
|
offline: true, // true or https://github.com/NekR/offline-plugin/blob/master/docs/options.md
|
|
plugins: [
|
|
{ src: '~plugins/offline.js', ssr: false }
|
|
]
|
|
}
|