Skip to content

Commit 0dea5c9

Browse files
committed
fix: also inline html-encoding-sniffer
1 parent 226def8 commit 0dea5c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default defineNuxtConfig({
5454

5555
nitro: {
5656
externals: {
57-
inline: ['isomorphic-dompurify', '@exodus/bytes'],
57+
inline: ['isomorphic-dompurify', '@exodus/bytes', 'html-encoding-sniffer'],
5858
},
5959
},
6060

0 commit comments

Comments
 (0)