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
Open localhost:3000
After build finished I have infinite reloads:
Module settings:
export const cache = {
useHostPrefix: true,
store: {
type: 'memory',
// maximum number of pages to store in memory
max: 100,
// number of seconds to store this page in cache
ttl: 3600,
},
pages: [
'/',
],
}
The text was updated successfully, but these errors were encountered:
OS: MacOS
Node: 10.15
Nuxt: 2.6.2
Steps to reproduce:
After build finished I have infinite reloads:
Module settings:
The text was updated successfully, but these errors were encountered: