tomhuntley

Results 1 comments of tomhuntley

@Tragio it's working for me using these settings (note the casing on `clientDB`) ```javascript export default defineNuxtConfig({ ssr: false, content: { experimental: { clientDB: true } } }) ```