feat: provide custom title for each page. feat: add global error. feat: add favicon image.

This commit is contained in:
Stevan Freeborn
2023-09-16 12:39:06 -05:00
parent 81c6d69a5e
commit 5b40a37043
22 changed files with 400 additions and 257 deletions
+5
View File
@@ -1,4 +1,9 @@
import FollowingPosts from '@/components/FollowingPosts';
import { Metadata } from 'next';
export const metadata: Metadata = {
title: 'conveX | Following',
};
export default function FollowingPage() {
return (