shellphone.app/app/utils/seo.ts

9 lines
224 B
TypeScript

import { initSeo } from "remix-seo";
export const { getSeo, getSeoMeta, getSeoLinks } = initSeo({
title: "",
titleTemplate: "%s | Shellphone",
description: "",
defaultTitle: "Shellphone: Your Personal Cloud Phone",
});