Skip to content

Commit

Permalink
Update canonical URL
Browse files Browse the repository at this point in the history
  • Loading branch information
csillag committed Oct 7, 2024
1 parent 4f88b53 commit c1b7833
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vote.oasis.io
pontusx-blockvote.csillag.me
8 changes: 4 additions & 4 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<meta property="og:title" content="Oasis Blockvote, a poll creation tool for your DAO">
<meta name="twitter:description" content="Create polls for everyone or just your group, with public results but cryptographically secure and private votes.">
<meta property="og:description" content="Create polls for everyone or just your group, with public results but cryptographically secure and private votes.">
<meta name="twitter:image" content="http://vote.oasis.io/thumbnail.png">
<meta property="og:image" content="http://vote.oasis.io/thumbnail.png">
<link rel="canonical" href="http://vote.oasis.io">
<meta property="og:url" content="http://vote.oasis.io">
<meta name="twitter:image" content="http://pontusx-blockvote.csillag.me/thumbnail.png">
<meta property="og:image" content="http://pontusx-blockvote.csillag.me/thumbnail.png">
<link rel="canonical" href="http://pontusx-blockvote.csillag.me">
<meta property="og:url" content="pontusx-blockvote.csillag.me">
<title>Oasis Blockvote</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const appName = 'Oasis Blockvote'
export const appNameAndTagline = 'Oasis Blockvote, a poll creation tool for your DAO'
export const appDescription =
'Create polls for everyone or just your group, with public results but cryptographically secure and private votes.'
export const appRootUrl = 'http://vote.oasis.io'
export const appRootUrl = 'http://pontusx-blockvote.csillag.me'

export const allowedAnimations = [
'dashboardNoPolls', // No poll indicator appearing on the dashboard
Expand Down

0 comments on commit c1b7833

Please sign in to comment.