Skip to content

Commit

Permalink
Add links to new domain (#13)
Browse files Browse the repository at this point in the history
Add links to new domain
  • Loading branch information
Bae Joon Hoo authored Mar 4, 2024
2 parents da54820 + 4f0cbf2 commit 3dbb2c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boost-frontend",
"version": "0.0.1",
"version": "1.0.1",
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="/favicon.png" />
<meta property="og:url" content="https://boost.rappytv.com/" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#f8bef8" />
<meta property="og:site_name" content="✨ Boost Notifications" />
<meta property="og:description" content="The best way to get notified when your members boost your server." />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:image" content="/favicon.png" />
<meta property="og:url" content="https://boostbot.eu/" />
<meta property="og:type" content="website" />
<meta property="theme-color" content="#f8bef8" />
<meta property="og:site_name" content="✨ Boost Notifications" />
<meta property="og:description" content="The best way to get notified when your members boost your server." />

%sveltekit.head%
</head>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/sitemap.xml/+server.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const selfURL = "https://boost.rappytv.com";
const selfURL = "https://boostbot.eu";

const pages = [
{
Expand Down

0 comments on commit 3dbb2c9

Please sign in to comment.