Skip to content

Commit

Permalink
Update gridsome.server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy authored Nov 4, 2024
1 parent c686180 commit c357907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridsome.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = function (api) {

authorsJson.forEach(({ id, avatar, ...fields }) => {
avatar = !avatar
? `https://api.dicebear.com/9.x/shapes?seed=${id}`
? `https://api.dicebear.com/9.x/shapes/svg?seed=${id}`
: avatar;
authors.addNode({
id,
Expand Down

0 comments on commit c357907

Please sign in to comment.