shellphone.app/app/utils/seo.ts

9 lines
197 B
TypeScript
Raw Normal View History

2022-05-14 10:22:06 +00:00
import { initSeo } from "remix-seo";
export const { getSeo, getSeoMeta, getSeoLinks } = initSeo({
title: "",
titleTemplate: "%s | Shellphone",
description: "",
defaultTitle: "Shellphone",
});