Skip to content

Commit

Permalink
Amélioration du cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyost committed Dec 30, 2023
1 parent d6b1171 commit 16fb192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nuxt-content-latex/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const replaceImages = (
contentDirectoryPath: string
) => {
// Possible image file extensions.
const extensions = ['', '.tex', '.pdf', '.svg', '.png', '.jpeg', '.jpg', '.gif']
const extensions = ['', '.svg', '.tex', '.pdf', '.png', '.jpeg', '.jpg', '.gif']

// Select all image elements in the HTML tree.
const images = root.querySelectorAll('img')
Expand Down

0 comments on commit 16fb192

Please sign in to comment.