Skip to content

Commit

Permalink
Make images smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Oct 21, 2024
1 parent 8faf031 commit 71e4193
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file added docs/.vuepress/public/assets/img/build/graph.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/.vuepress/public/assets/img/build/graph.png
Binary file not shown.
Binary file modified docs/.vuepress/public/assets/img/build/graph_comparison.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/indexer/build/graph-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Find out more about [Subgraph hosting here](../run_publish/publish.md).

:::

![Graph Migration](/assets/img/build/graph.png)
![Graph Migration](/assets/img/build/graph.jpg)

SubQuery provides a superior developer experience to The Graph, while maintaining a similar development workflow that makes migration quick and easy. Migrating to SubQuery brings the following benefits:

Expand Down Expand Up @@ -348,7 +348,7 @@ export async function handleNewGravatar(log: NewGravatarLog): Promise<void> {
}
export async function handleUpdatedGravatar(
log: UpdatedGravatarLog,
log: UpdatedGravatarLog
): Promise<void> {
const id: string = log.args.id.toHexString()!;
let gravatar = await Gravatar.get(id);
Expand Down

0 comments on commit 71e4193

Please sign in to comment.