build fix started
This commit was merged in pull request #17.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React from 'react';
|
||||
import Image from 'next/image';
|
||||
|
||||
function ProjectHomeOne() {
|
||||
return (
|
||||
@@ -29,7 +30,7 @@ function ProjectHomeOne() {
|
||||
</div>
|
||||
</div>
|
||||
<div className="appie-project-thumb">
|
||||
<img src="assets/images/project-thumb.png" alt="" />
|
||||
<Image width='auto' height='auto' src="assets/images/project-thumb.png" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user