Update nextjs package

This commit is contained in:
Hazem Krimi
2021-08-16 17:16:30 +01:00
parent 2143392425
commit ae61525bf2
4 changed files with 543 additions and 2585 deletions
+4
View File
@@ -1,2 +1,6 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
+1 -1
View File
@@ -14,7 +14,7 @@
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.2",
"mdx-embed": "^0.0.17",
"next": "10.0.4",
"next": "^11.1.0",
"next-mdx-remote": "^2.1.1",
"nprogress": "^0.2.0",
"prism-react-renderer": "^1.1.1",
+1 -1
View File
@@ -178,7 +178,7 @@ const About: FC = () => {
</div>
</div>
<div className='photo'>
<Image src='/picture.jpg' width='auto' height='auto' layout='responsive' />
<Image src='/picture.jpg' width='100%' height='100%' layout='responsive' />
</div>
</Wrapper>
</>
+537 -2583
View File
File diff suppressed because it is too large Load Diff