chore(dx/client): fix SVG icons causing errors in CKEditor

This commit is contained in:
Elian Doran
2025-08-31 19:26:47 +03:00
parent 46cb869237
commit 5f1d2f02ee
18 changed files with 31 additions and 32 deletions

View File

@@ -1,4 +1,4 @@
import admonitionIcon from '../theme/icons/admonition.svg';
import admonitionIcon from '../theme/icons/admonition.svg?raw';
import './augmentation.js';
import "../theme/blockquote.css";