Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why created, serverprefetch still getting called ? #34

Open
brightchip opened this issue Oct 16, 2020 · 0 comments
Open

Why created, serverprefetch still getting called ? #34

brightchip opened this issue Oct 16, 2020 · 0 comments

Comments

@brightchip
Copy link

nuxt.config.js
`
modules: [
'nuxt-ssr-cache',
'@nuxtjs/device',
'@nuxtjs/style-resources',
'@nuxtjs/apollo',
'vue-social-sharing/nuxt'
],

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
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant