style: 迁移到 v2.
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 8m21s

This commit is contained in:
2023-08-16 23:55:57 +08:00
parent de1da22508
commit 3932a2b612
45 changed files with 806 additions and 606 deletions

View File

@@ -1,8 +1,8 @@
import projectsData from '@/data/projectsData'
import Card from '@/components/Card'
import { genPageMetadata } from 'app/seo'
import projectsData from '@/data/projectsData';
import Card from '@/components/Card';
import { genPageMetadata } from 'app/seo';
export const metadata = genPageMetadata({ title: 'Projects' })
export const metadata = genPageMetadata({ title: 'Projects' });
export default function Projects() {
return (
@@ -31,5 +31,5 @@ export default function Projects() {
</div>
</div>
</>
)
);
}