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,10 +0,0 @@
import StandardHead from '@/components/StandardHead';
export default async function Head({ params }) {
return (
<StandardHead
title="Foundations of High-Performance React"
description="A book diving deep into the details of how React actually works."
/>
);
};

View File

@@ -24,6 +24,11 @@ const chapters = [
'Conclusion'
];
export const metadata = {
title: 'Foundations of High-Performance React',
description: 'A book diving deep into the details of how React actually works.'
};
export default async function Page({ params }) {
return (
<>