Skip to content

Commit

Permalink
memory increased
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitmalhotra1420 committed May 14, 2024
2 parents 6b5e679 + 02265be commit fa055ec
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 153 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- HTML Meta Tags -->
<title>Push Alpha App (Previously EPNS) | Communication Protocol of Web3</title>
<meta name="description" content="Push Alpha App (Previously EPNS) | Communication Protocol of Web3">
<title>Push App (Previously EPNS) | Communication Protocol of Web3</title>
<meta name="description" content="Push App (Previously EPNS) | Communication Protocol of Web3">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://alpha.push.org">
<meta property="og:url" content="https://app.push.org">
<meta property="og:type" content="website">
<meta property="og:title" content="Push Alpha App (Previously EPNS)">
<meta property="og:description" content="Push Alpha App (Previously EPNS) | Communication Protocol of Web3">
<meta property="og:image" content="https://alpha.push.org/previews/homepage-alpha.jpg">
<meta property="og:title" content="Push App (Previously EPNS)">
<meta property="og:description" content="Push App (Previously EPNS) | Communication Protocol of Web3">
<meta property="og:image" content="https://app.push.org/previews/homepage.jpg">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="alpha.push.org">
<meta property="twitter:url" content="https://alpha.push.org">
<meta name="twitter:title" content="Push Alpha App (Previously EPNS)">
<meta name="twitter:description" content="Push Alpha App (Previously EPNS) | Communication Protocol of Web3">
<meta name="twitter:image" content="https://alpha.push.org/previews/homepagetwitter-alpha.jpg">
<meta property="twitter:domain" content="app.push.org">
<meta property="twitter:url" content="https://app.push.org">
<meta name="twitter:title" content="Push App (Previously EPNS)">
<meta name="twitter:description" content="Push App (Previously EPNS) | Communication Protocol of Web3">
<meta name="twitter:image" content="https://app.push.org/previews/homepagetwitter.jpg">

<!-- Meta Tags Generated via https://www.opengraph.xyz -->

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"@metamask/eth-sig-util": "^4.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.15",
"@pushprotocol/restapi": "1.7.17",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.5.1-alpha.2",
"@pushprotocol/uiweb": "1.3.2",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^4.2.4",
Expand Down
2 changes: 1 addition & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Sitemap: https://alpha.push.org/sitemap.txt
Sitemap: https://app.push.org/sitemap.txt
34 changes: 17 additions & 17 deletions public/sitemap.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
https://alpha.push.org/
https://alpha.push.org/?/inbox
https://alpha.push.org/?/chat
https://alpha.push.org/?/channels
https://alpha.push.org/?/dashboard
https://alpha.push.org/?/send
https://alpha.push.org/?/spam
https://alpha.push.org/?/receive
https://alpha.push.org/?/govern
https://alpha.push.org/?/yield
https://alpha.push.org/?/rockstar
https://alpha.push.org/?/gratitude
https://alpha.push.org/?/live_walkthrough
https://alpha.push.org/?/notavailable
https://alpha.push.org/?/faq
https://alpha.push.org/?/internal
https://alpha.push.org/?/support
https://app.push.org/
https://app.push.org/?/inbox
https://app.push.org/?/chat
https://app.push.org/?/channels
https://app.push.org/?/dashboard
https://app.push.org/?/send
https://app.push.org/?/spam
https://app.push.org/?/receive
https://app.push.org/?/govern
https://app.push.org/?/yield
https://app.push.org/?/rockstar
https://app.push.org/?/gratitude
https://app.push.org/?/live_walkthrough
https://app.push.org/?/notavailable
https://app.push.org/?/faq
https://app.push.org/?/internal
https://app.push.org/?/support
Loading

0 comments on commit fa055ec

Please sign in to comment.