You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cache: {
useHostPrefix: false,
pages: [
// these are prefixes of pages that need to be cached
// if you want to cache all pages, just include '/'
'/',
],
store: {
type: 'memory',
max: 100,
// number of seconds to store this page in cache
ttl: 60,
},
},
`
And the console still print the logs from created and so on
The text was updated successfully, but these errors were encountered:
nuxt.config.js
`
modules: [
'nuxt-ssr-cache',
'@nuxtjs/device',
'@nuxtjs/style-resources',
'@nuxtjs/apollo',
'vue-social-sharing/nuxt'
],
`
And the console still print the logs from created and so on
The text was updated successfully, but these errors were encountered: