diff --git a/web/svelte.config.js b/web/svelte.config.js index 2e4bc523..a5adc8a6 100644 --- a/web/svelte.config.js +++ b/web/svelte.config.js @@ -17,7 +17,7 @@ const config = { markup: ({ content: code }) => { code = code.replace( /
/, - '' + '{null}' ); return { code }