diff --git a/next.config.ts b/next.config.ts index 795469c..02f3e61 100644 --- a/next.config.ts +++ b/next.config.ts @@ -19,9 +19,8 @@ export default createMDX({ ], images: { localPatterns: [ - { - pathname: '/captcha', - }, + {pathname: '/captcha'}, + {pathname: '/img/*'}, ], remotePatterns: [ { diff --git a/public/img/qrcode.jpg b/public/img/qrcode.jpg new file mode 100644 index 0000000..468d44e Binary files /dev/null and b/public/img/qrcode.jpg differ diff --git a/src/app/(home)/footer.tsx b/src/app/(home)/footer.tsx index c1c25a7..57f1cfc 100644 --- a/src/app/(home)/footer.tsx +++ b/src/app/(home)/footer.tsx @@ -9,7 +9,7 @@ export default function Footer(props: FooterProps) {
- logo + logo 关注我们查看更多资讯