Skip to content

Commit

Permalink
Merge branch 'dev' into mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Oct 1, 2024
2 parents eb5a5cd + b635a1e commit 591d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/src/components/layout/site/AppLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AppLayout = ({ children }: AppLayoutProps) => (
sdkOptions={{
dappMetadata: {
name: "Index Network",
url: window.location.href,
url: typeof window !== 'undefined' ? window.location.href : "https://index.network",
},
infuraAPIKey: process.env.INFURA_API_KEY,
}}
Expand Down

0 comments on commit 591d0f2

Please sign in to comment.