Skip to content

Commit

Permalink
fix: issues with publish
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Oct 13, 2023
1 parent 8c987ff commit ac81d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class DocumentsService {
? {
size: block.file?.size,
imgUrl: block.img?.url,
altText: block.img?.altText,
fileUrl: block.file?.url,
}
: {}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export const informationsQuery = gql`
content
order
type
img {
url
altText
}
file {
id
url
Expand Down

0 comments on commit ac81d71

Please sign in to comment.