From 19dcc9a0e5d2b2e9b5ca6c559ab76761d070ba01 Mon Sep 17 00:00:00 2001 From: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Date: Fri, 6 Oct 2023 09:42:24 +1100 Subject: [PATCH] Remove monetization meta tag (#3107) --- frontend/src/constants/meta.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/constants/meta.ts b/frontend/src/constants/meta.ts index ed55f6c0613..4f66ce3b89b 100644 --- a/frontend/src/constants/meta.ts +++ b/frontend/src/constants/meta.ts @@ -15,11 +15,6 @@ export const meta = [ // By default, tell all robots not to index pages. Will be overwritten in the // search, content and home pages. { hid: "robots", name: "robots", content: "noindex" }, - { - vmid: "monetization", - name: "monetization", - content: "$ilp.uphold.com/edR8erBDbRyq", - }, { hid: "theme-color", name: "theme-color",