Changing to new head structure.

This commit is contained in:
2023-02-14 06:55:58 -08:00
parent 5d7e0398ae
commit 1e2932bd93
19 changed files with 165 additions and 200 deletions

View File

@@ -1,5 +1,10 @@
import Episodes from '@/components/Episodes'
export const metadata = {
title: 'All Episodes',
description: 'List of all episodes for The React Show.'
};
export default async function AllEpisodes() {
return (
<Episodes />