diff --git a/nuxt.config.ts b/nuxt.config.ts index 3d86765..ed13830 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -45,6 +45,7 @@ export default defineNuxtConfig({ include: ["@plausible-analytics/tracker"], }, server: { + allowedHosts: [".trycloudflare.com", ".ngrok-free.app", ".ngrok.io"], hmr: { port: 24678, },