9 lines
224 B
TypeScript
Raw Normal View History

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