fix(ci): use native fetch in OG image check script

Removed node-fetch dependency to fix ERR_MODULE_NOT_FOUND in CI.
This commit is contained in:
2026-02-12 21:16:00 +01:00
parent 700c6b29a3
commit 675819f169

View File

@@ -1,4 +1,3 @@
import fetch from 'node-fetch';
import { SITE_URL } from '../lib/schema.js';
const BASE_URL = process.env.TEST_URL || SITE_URL;