Skip to content

Commit

Permalink
Merge pull request #14 from snurfer0/chore/deployment
Browse files Browse the repository at this point in the history
Chore/deployment
  • Loading branch information
snurfer0 authored Dec 9, 2023
2 parents 083d04d + 160de46 commit fbf69e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ const nextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "**",
protocol: 'https',
hostname: '**',
port: '',
pathname: '**',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/molecules/card.banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CardBanner: React.FC<Props> = ({ imageUrl }) => {
<figure className="relative w-full h-[250px]">
<Image
src={currentImageUrl}
alt="Shoes"
alt="banner"
layout="fill"
objectFit="cover"
onError={handleImageError}
Expand Down

0 comments on commit fbf69e2

Please sign in to comment.