What does 'offline' and 'cache' setting mean in nuxt.config?
[issue link]I found this example - https://github.com/NicoPennec/nuxt-weather/blob/master/nuxt.config.js
offline: true,
cache: true
I can’t find any info regarding this settings. Are they still working? Are they documented?