diff --git a/core/core-frontend/config/common.ts b/core/core-frontend/config/common.ts index db115774e3..f83aa78d74 100644 --- a/core/core-frontend/config/common.ts +++ b/core/core-frontend/config/common.ts @@ -45,7 +45,8 @@ export default { }), createSvgIconsPlugin({ iconDirs: [pathResolve('src/assets/svg')], - symbolId: 'icon-[dir]-[name]' + symbolId: 'icon-[dir]-[name]', + customDomId: '__svg__icons__dom__de' }), VueI18nPlugin({ runtimeOnly: false,