diff --git a/components/TwitterFeed/index.jsx b/components/TwitterFeed/index.jsx index 52c5eab..16de7ec 100644 --- a/components/TwitterFeed/index.jsx +++ b/components/TwitterFeed/index.jsx @@ -2,12 +2,13 @@ import { css, jsx } from "@emotion/core"; import * as globals from "../globals"; import Head from "next/head"; +import Script from "next/script"; export default function TwitterFeed(props) { return ( <> - + > {/* Chartbeat */} - + > {/* Broadstreet Ads */} - +
diff --git a/pages/stonewall.jsx b/pages/stonewall.jsx index 7952ed6..ad85b4b 100644 --- a/pages/stonewall.jsx +++ b/pages/stonewall.jsx @@ -4,6 +4,7 @@ import PageWrapper from "../layouts/PageWrapper"; import Head from "next/head"; /** @jsxImportSource @emotion/react */ import { css, jsx } from "@emotion/core"; +import Script from "next/script.js"; import * as globals from "../components/globals"; @@ -33,7 +34,7 @@ const Stonewall = () => { return ( <> -