add per page names
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 54s

This commit is contained in:
Lee 2024-04-15 09:15:35 +01:00
parent 8cd4ba4463
commit a8cf19ba00
2 changed files with 11 additions and 1 deletions

@ -1,4 +1,9 @@
import PlayerSearch from "@/components/player-search"; import PlayerSearch from "@/components/player-search";
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Lookup Player",
};
export default function Player() { export default function Player() {
return ( return (

@ -1,6 +1,11 @@
import ServerSearch from "@/components/server-search"; import ServerSearch from "@/components/server-search";
import { Metadata } from "next";
export default function Player() { export const metadata: Metadata = {
title: "Lookup Server",
};
export default function Server() {
return ( return (
<div className="h-full flex flex-col items-center"> <div className="h-full flex flex-col items-center">
<div className="mb-4 text-center"> <div className="mb-4 text-center">