feat: provide custom title for each page. feat: add global error. feat: add favicon image.
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user