9 lines
197 B
TypeScript
9 lines
197 B
TypeScript
|
import { initSeo } from "remix-seo";
|
||
|
|
||
|
export const { getSeo, getSeoMeta, getSeoLinks } = initSeo({
|
||
|
title: "",
|
||
|
titleTemplate: "%s | Shellphone",
|
||
|
description: "",
|
||
|
defaultTitle: "Shellphone",
|
||
|
});
|