Skip to content

Commit

Permalink
swap image
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgunday committed Jul 20, 2024
1 parent 59a7ee9 commit 30d70aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed bin/example/assets/cat.jpeg
Binary file not shown.
Binary file added bin/example/assets/sun.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/example/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default async (fastify) => {
fastify.get("/", async (request, reply) => {

Check warning on line 22 in bin/example/routes/index.js

View workflow job for this annotation

GitHub Actions / test (^18)

Async arrow function has no 'await' expression

Check warning on line 22 in bin/example/routes/index.js

View workflow job for this annotation

GitHub Actions / test (lts/*)

Async arrow function has no 'await' expression
return reply.html`
<h1 class="caption">Hello, world!</h1>
<img width="500" src="/p/assets/cat.jpeg" alt="Picture of a cat" />
<img width="500" src="/p/assets/sun.webp" alt="Picture of a cat" />
`;
});
};

0 comments on commit 30d70aa

Please # to comment.