build(ci): 修复构建问题。
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 8m24s
Some checks failed
🚀 Build and deploy by ftp / 🎉 Deploy (push) Failing after 8m24s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import NextImage, { ImageProps } from 'next/image';
|
||||
import { Attributes } from 'react';
|
||||
|
||||
const Image = ({ ...rest }: ImageProps) => <NextImage {...rest} />;
|
||||
const Image = ({ ...rest }: Attributes) => <img {...rest} />;
|
||||
|
||||
export default Image;
|
||||
|
Reference in New Issue
Block a user