diff --git a/nuxt.config.ts b/nuxt.config.ts index 53f76085..8a80f269 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -11,6 +11,11 @@ const config: NuxtConfig = { ** See https://nuxtjs.org/api/configuration-target */ target: 'server', + /* + ** Module loading mode + ** See https://nuxtjs.org/api/configuration-modern + */ + modern: 'client', /* ** Headers of the page ** See https://nuxtjs.org/api/configuration-head