mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-09-19 19:13:51 +00:00
add titles and description to pages
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
import { createFileRoute } from "@tanstack/react-router";
|
||||
import { HOST_URL } from "#/config.ts";
|
||||
import Contact from "#/pages/Contact.tsx";
|
||||
|
||||
export const Route = createFileRoute("/contact")({
|
||||
head: () => ({
|
||||
meta: [{ title: "ChessScribe | Contact" }],
|
||||
links: [{ rel: "canonical", href: `${HOST_URL}/contact` }],
|
||||
}),
|
||||
component: RouteComponent,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user