Use original jsdom lib instead of its fork

This commit is contained in:
2025-09-26 16:35:37 +02:00
parent 056a4d3474
commit d5d8e31c2a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import {JSDOM} from '@tbranyen/jsdom';
import {JSDOM} from 'jsdom';
import minify from '../utils/minify.js';
import slugify from 'slugify';
import getSize from 'image-size';