Skip to content

Commit

Permalink
temporarily replace ipfs with imagekit for image uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
tempe-techie committed Jul 21, 2024
1 parent d4ed172 commit 694f562
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/nft/collection/AddImageToCollectionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<FileUploadInput
btnCls="btn btn-primary"
storageType="ipfs"
storageType="imagekit"
:maxFileSize="$config.fileUploadSizeLimit"
@processUploadedFileUrl="insertImageLink"
/>
Expand Down
2 changes: 1 addition & 1 deletion components/nft/collection/ChangeCollectionPreviewModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<FileUploadInput
btnCls="btn btn-primary"
:maxFileSize="$config.fileUploadSizeLimit"
storageType="ipfs"
storageType="imagekit"
@processUploadedFileUrl="insertImageLink"
/>

Expand Down
2 changes: 1 addition & 1 deletion components/profile/PunkProfile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
@processFileUrl="insertImage"
title="Change profile image"
infoText="Upload a new profile picture."
storageType="ipfs"
storageType="imagekit"
:componentId="$.uid"
:maxFileSize="$config.fileUploadSizeLimit"
/>
Expand Down
2 changes: 1 addition & 1 deletion pages/nft/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
@processFileUrl="insertImage"
title="Upload your NFT image"
infoText="Upload the NFT image."
storageType="ipfs"
storageType="imagekit"
:componentId="$.uid"
:maxFileSize="$config.fileUploadSizeLimit"
/>
Expand Down

0 comments on commit 694f562

Please sign in to comment.