Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,23 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#000000" />
<title>Play | Gamba</title>
<title>POG COIN CARNIVAL</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="apple-touch-icon" href="/icon-512.png" />
<link rel="apple-touch-icon" href="/favicon.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="manifest" href="/manifest.webmanifest">

<!-- Open Graph / Social Media Preview Tags -->
<meta property="og:title" content="POG COIN CARNIVAL" />
<meta property="og:description" content="A fair, simple and decentralized coinsino on Solana. Coming to Base soon." />
<meta property="og:image" content="/images/og-image.jpg" />
<meta property="og:url" content="https://play.pog.tv" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="POG COIN CARNIVAL" />
<meta name="twitter:description" content="A fair, simple and decentralized coinsino on Solana. Coming to Base soon." />
<meta name="twitter:image" content="/images/og-image.jpg" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
9 changes: 9 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[build]
# Adjust if your build command is different
command = "npm run build"
publish = "dist" # Change this to your build output directory (could be "build", "dist", "public", etc.)

[[redirects]]
from = "/*"
to = "/index.html"
status = 200
Loading