Skip to content

Commit

Permalink
don't import css not in use and let the text transformation set the p…
Browse files Browse the repository at this point in the history
…ath to images
  • Loading branch information
Movanna committed Jan 22, 2024
1 parent 800c0ab commit 17e2026
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/assets/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const config: Config = {
},
collections: {
addTEIClassNames: false,
replaceImageAssetsPaths: true,
replaceImageAssetsPaths: false,
enableLegacyIDs: false,
enableMathJax: false,
firstTextItem: {
Expand Down
4 changes: 2 additions & 2 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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";*/


/**
Expand Down

0 comments on commit 17e2026

Please sign in to comment.