Changing to new head structure.
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user