Explorar o código

fix playground og (#138)

Chris Tate hai 4 meses
pai
achega
64c889221e
Modificáronse 1 ficheiros con 2 adicións e 5 borrados
  1. 2 5
      apps/web/app/playground/page.tsx

+ 2 - 5
apps/web/app/playground/page.tsx

@@ -1,10 +1,7 @@
 import { Playground } from "@/components/playground";
+import { pageMetadata } from "@/lib/page-metadata";
 
-import { PAGE_TITLES } from "@/lib/page-titles";
-
-export const metadata = {
-  title: PAGE_TITLES["playground"],
-};
+export const metadata = pageMetadata("playground");
 
 export default function PlaygroundPage() {
   return <Playground />;