fix: KaTeX parsing on shared links

This commit is contained in:
Tom Moor
2023-03-27 21:02:24 -04:00
parent 8cc4cff0d7
commit ce294bd1e7
2 changed files with 29 additions and 17 deletions

View File

@@ -109,6 +109,8 @@ export default () => {
manifest: true,
sourcemap: true,
minify: "terser",
// Prevent asset inling as it does not conform to CSP rules
assetsInlineLimit: 0,
target: browserslistToEsbuild(),
reportCompressedSize: false,
terserOptions: {