Skip to content

Commit

Permalink
Move dynamic metadata to the bottom of the result
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Dec 3, 2024
1 parent 134fe47 commit 782755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collection-api/routes/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ export default async function metadataRouter(services) {
};

res.json({
...dynamicMetadata,
...STATIC_METADATA,
...dynamicMetadata,
});
});

Expand Down

0 comments on commit 782755e

Please sign in to comment.