import PageTitle from "../../components/PageTitle";
import Link from "../../components/Link";
import Video from "../../components/Video";
import { addMetadata } from "../../lib/helpers/metadata";
import thumbnail from "./thumbnail.png";
export const metadata = addMetadata({
title: "My Brief Apperance in Hillary Clinton's DNC Video",
description: "My brief apperance in one of Hillary Clinton's 2016 DNC convention videos on substance abuse.",
alternates: {
canonical: "/hillary",
},
});
const Page = () => {
return (
<>
Video is property of{" "} Hillary for America , the{" "} Democratic National Committee , and{" "} CNN / WarnerMedia . © 2016.
> ); }; export default Page;