metadata logic

This commit is contained in:
Gordon 2022-12-09 16:04:25 -08:00
parent 759ad654c5
commit 23f6576a71

View File

@ -28,6 +28,7 @@ import Card from "../components/Card";
import TallCard from "../components/TallCard";
import HoonIcon from "../components/icons/TallCard/hoon";
import AppIcon from "../components/icons/TallCard/app";
import Meta from "../components/Meta";
export default function Home({ search, posts }) {