From 0ef8ac78047739cd7570142c43eb390d668f1bab Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Fri, 26 Sep 2025 16:38:01 +0900 Subject: [PATCH] chore: temporarily disable `entryImportMap` feature to avoid hash mismatch issue (#3387) --- nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index a01f7f62..824463c5 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -61,6 +61,9 @@ export default defineNuxtConfig({ experimental: { payloadExtraction: false, renderJsonPayloads: true, + // Temporary workaround to avoid hash mismatch issue + // ref. https://github.com/elk-zone/elk/issues/3385#issuecomment-3335167005 + entryImportMap: false, }, css: [ '@unocss/reset/tailwind.css',