From 17e2026f198f2cf6c2c82117e0cf742f315b506d Mon Sep 17 00:00:00 2001 From: Anna Movall <59641381+Movanna@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:45:44 +0200 Subject: [PATCH] don't import css not in use and let the text transformation set the path to images --- src/assets/config/config.ts | 2 +- src/global.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assets/config/config.ts b/src/assets/config/config.ts index 1337503..a5dbd06 100644 --- a/src/assets/config/config.ts +++ b/src/assets/config/config.ts @@ -20,7 +20,7 @@ export const config: Config = { }, collections: { addTEIClassNames: false, - replaceImageAssetsPaths: true, + replaceImageAssetsPaths: false, enableLegacyIDs: false, enableMathJax: false, firstTextItem: { diff --git a/src/global.scss b/src/global.scss index 6ffb278..b64eaed 100644 --- a/src/global.scss +++ b/src/global.scss @@ -72,7 +72,7 @@ // TEI styles for showing page breaks. @import "./theme/TEI/tei-page-breaks"; // TEI styles for showing paragraph/line numberings. -@import "./theme/TEI/tei-paragraph-numbering"; +/*@import "./theme/TEI/tei-paragraph-numbering";*/ // TEI common styles, used by multiple collection components. @import "./theme/TEI/tei-common"; // TEI styles for the collection title page. @@ -88,7 +88,7 @@ // TEI styles for the collection manuscripts component. @import "./theme/TEI/tei-manuscripts"; // TEI styles for the collection variants component. -@import "./theme/TEI/tei-variants"; +/*@import "./theme/TEI/tei-variants";*/ /**