fix: 🔧 remove eleventy image concurrency throttling
No longer needed, as images are hosted externally and it slows down the build process
This commit is contained in:
parent
e4174cb639
commit
17e0709fd9
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ import markdownItDeflist from 'markdown-it-deflist';
|
|||
import markdownItFootnote from 'markdown-it-footnote';
|
||||
import markdownItImageFigures from 'markdown-it-image-figures';
|
||||
|
||||
Image.concurrency = 4;
|
||||
|
||||
const urlFormat = ({ src, width, format }) => {
|
||||
const baseUrl = `https://img.sebin-nyshkim.net/i`;
|
||||
const imgUuid = src.match(/\/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue