Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyrlex committed Oct 7, 2023
1 parent 4f91569 commit 7b54f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ const nextConfig = {
domains: [
'aesculapia-vzw.be',
'127.0.0.1',
'avatars.githubusercontent.com',
'i.imgur.com',
],
remotePatterns: [
{
protocol: 'https',
hostname: '**',
},
],
},
};
Expand Down
1 change: 1 addition & 0 deletions pages/admin/webshop/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const AdminCreateProducts: NextPage<{
type='number'
step={0.01}
placeholder='5.31'
required
{...register('price', { required: true })}
/>
</div>
Expand Down

0 comments on commit 7b54f56

Please sign in to comment.