mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
add about page meta data
This commit is contained in:
@ -3,6 +3,10 @@ import dynamic from 'next/dynamic';
|
||||
|
||||
const AboutModel = dynamic(() => import('components/models/about-model'));
|
||||
|
||||
export const metadata = {
|
||||
title: 'RUA - About',
|
||||
};
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user