芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/rentandbuyrealty.com/rentandbuyrealty.com/web/src/Components/Seo/Meta.jsx
import Head from 'next/head' const Meta = ({ title, description, keywords, ogImage, pathName }) => { return ( {/* title */}
{title ? title : process.env.NEXT_PUBLIC_META_TITLE}
{/**/}
{/**/}
{/**/}
{/* robot and cononical */}
) } export default Meta