chore: temporarily disable entryImportMap feature to avoid hash mismatch issue (#3387)

This commit is contained in:
TAKAHASHI Shuuji 2025-09-26 16:38:01 +09:00 committed by GitHub
parent 37a91a0817
commit 0ef8ac7804
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',