chore: 官网页面更换目录

feature/artists
fadeaway 6 months ago
parent 5d8bb19714
commit 1c9816ca81

@ -1,6 +1,6 @@
import Image from 'next/image'; import Image from 'next/image';
import DownloadCard from '@/app/download/components/DownloadCard'; import DownloadCard from '@/app/(website)/download/components/DownloadCard';
import type { Metadata } from 'next'; import type { Metadata } from 'next';

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

@ -1,6 +1,6 @@
import { Avatar } from '@/components/'; import { Avatar } from '@/components/';
import { ContributorCardType } from '../app/about/page'; import { ContributorCardType } from '../app/(website)/about/page';
export default function ContributorCard({ nickName, avatar, contributorRole }: ContributorCardType) { export default function ContributorCard({ nickName, avatar, contributorRole }: ContributorCardType) {
return ( return (

Loading…
Cancel
Save