mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-29 23:45:58 -04:00
bump some deps
This commit is contained in:
@@ -6,7 +6,7 @@ import numeral from "numeral";
|
||||
const wrapper = document.getElementById("meta-hits");
|
||||
|
||||
// use <link rel="canonical"> to deduce a consistent identifier for this page
|
||||
const canonical = document.querySelector("link[rel='canonical']");
|
||||
const canonical = document.head.querySelector("link[rel='canonical']");
|
||||
|
||||
// page must have both span#meta-hits and canonical URL to enter
|
||||
if (wrapper && canonical) {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
/*! Copyright Twitter Inc. and other contributors. Licensed under MIT */
|
||||
|
||||
import twemoji from "twemoji";
|
||||
|
||||
twemoji.parse(document.body, {
|
||||
|
||||
Reference in New Issue
Block a user