Skip to content

Commit

Permalink
Merge branch 'subspace-frontend' into muhammad/frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Feb 27, 2024
2 parents 418a623 + 3abe2c0 commit f02f927
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Feature Request
url: https://github.com/subspace/blockscout-frontend/issues
Expand All @@ -8,4 +8,4 @@ contact_links:
about: Ask questions and discuss topics with other community members
- name: Join our Discord Server
url: https://discord.com/invite/subspace-network
about: The official Subspace Network Discord community
about: The official Subspace Network Discord community
13 changes: 12 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,18 @@ class MyDocument extends Document {
<link rel="apple-touch-icon" href="/favicon/apple-touch-icon-180x180.png"/>
<link rel="mask-icon" href="/favicon/safari-pinned-tab.svg"/>

<link rel="preload" as="image" href={ svgSprite.href }/>
{ /* OG TAGS */ }
<meta property="og:title" content="Subspace Nova Explorer"/>
<meta
property="og:description"
// eslint-disable-next-line max-len
content="Subspace Labs Gemini Nova Block Explorer"
/>
<meta property="og:image" content={ config.app.baseUrl + '/static/og.png' }/>
<meta property="og:site_name" content="Blockscout"/>
<meta property="og:type" content="website"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta property="twitter:image" content={ config.app.baseUrl + '/static/og_twitter.png' }/>
</Head>
<body>
<ColorModeScript initialColorMode={ theme.config.initialColorMode }/>
Expand Down
Binary file added public/static/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/static/og_twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f02f927

Please sign in to comment.