SEO
Nextfast includes SEO tag function can be use anywhere in your page:
import { seoTags } from "@/lib/seo";
import application from "@/config/application";
export const metadata = seoTags({
title: `Terms of Condition | ${application.appName}`,
canonicalUrlRelative: "/terms-of-service",
});