Skip to content

Commit

Permalink
Update base url, remove weird indent space
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV committed Mar 4, 2024
1 parent da54820 commit 1ba577b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
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 1ba577b

Please sign in to comment.