Skip to content

Commit

Permalink
Changed folder for uploaded assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Lessard committed Mar 20, 2024
1 parent a519a51 commit 15a823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contenthub/hydration/hydration.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export async function openUploadDialog() {
dialogBody.appendChild(container);

const folderUUID = crypto.randomUUID();
const targetUploadPath = `/content/dam/hydrated-assets/${folderUUID.substring(0, 2)}/${folderUUID.substring(
const targetUploadPath = `/content/dam/gmo/upload/${folderUUID.substring(0, 2)}/${folderUUID.substring(
2,
4,
)}/${folderUUID}`;
Expand Down

0 comments on commit 15a823b

Please sign in to comment.