0
2
JRJose Romero
Set MetaTags for a page using remix.
Library: remix
Shortcut: remix.metatags
import { MetaFunction } from "remix";
export const meta = () => {
return {
title: "",
description: ""
};
};
0
2
JRJose Romero
Set MetaTags for a page using remix.
Library: remix
Shortcut: remix.metatags
import { MetaFunction } from "remix";
export const meta = () => {
return {
title: "",
description: ""
};
};