import { MetaFunction } from "remix";
export const meta = () => {
return {
title: "",
description: ""
};
};
Remix Meta Tags
Set MetaTags for a page using remix.
Library: remix
Shortcut: remix.metatags
0 Comments
Add Comment
Log in to add a comment