Skip to content

Commit

Permalink
feature: Leap hostname - injectable wallet icon (#468)
Browse files Browse the repository at this point in the history
* leap hostname - injectable wallet icon

* patch
  • Loading branch information
gbarkhatov authored Dec 9, 2024
1 parent 9ebbcc1 commit 3bb3ad9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ const nextConfig = {
experimental: {
forceSwcTransforms: true,
},
images: {
remotePatterns: [
{
hostname: "assets.leapwallet.io",
},
],
},
};

export default nextConfig;
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-staking",
"version": "0.3.17",
"version": "0.3.18",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 3bb3ad9

Please sign in to comment.