import { RSSFeedURL } from "@/consts/consts"; import { Config } from "@/data/config"; import Head from "next/head"; type TSEOProps = { title: string; description?: string | null; coverURL?: string | null; smallTwitterCard?: boolean }; export const SEO = (props: TSEOProps) => { return (