diff --git a/nuxt.config.ts b/nuxt.config.ts index c0591f0..f888a34 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -57,5 +57,11 @@ export default defineNuxtConfig({ prefix: "Tiptap" }, + runtimeConfig: { + public: { + apiBase: '' + } + }, + compatibilityDate: '2024-12-18' }) \ No newline at end of file