1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 17:46:39 -04:00

shoulda been using cross-fetch this whole time, oops

This commit is contained in:
2021-07-01 09:15:11 -04:00
parent e54a7817d9
commit 8da27cba81
6 changed files with 31 additions and 32 deletions

View File

@ -1,4 +1,4 @@
import fetch from "node-fetch";
import fetch from "cross-fetch";
// don't continue if there isn't a span#meta-hits element on this page
const wrapper = document.getElementById("meta-hits");

View File

@ -1,4 +1,4 @@
import fetch from "node-fetch";
import fetch from "cross-fetch";
// don't continue if there isn't a span#meta-hits element on this page
const wrapper = document.getElementById("github-cards");