meta icon needs to be absolute link

This commit is contained in:
2025-07-20 13:43:26 +02:00
parent 8acb201036
commit 8676954c51
3 changed files with 3 additions and 3 deletions
@@ -15,7 +15,7 @@
<meta name="twitter:title" content="Discord Inviter"/> <meta name="twitter:title" content="Discord Inviter"/>
<meta name="twitter:image" content="/icon"/> <meta name="twitter:image" content="/icon"/>
<meta name="twitter:description" content="A simple tool to invite users to a Discord server"/> <meta name="twitter:description" content="A simple tool to invite users to a Discord server"/>
<link rel="icon" type="image/x-icon" href="/icon" > <link rel="icon" type="image/x-icon" href="{{base_url}}/icon" >
<title>Discord Inviter</title> <title>Discord Inviter</title>
<style> <style>
:root { :root {
+1 -1
View File
@@ -15,7 +15,7 @@
<meta name="twitter:title" content="Discord Inviter"/> <meta name="twitter:title" content="Discord Inviter"/>
<meta name="twitter:image" content="/icon"/> <meta name="twitter:image" content="/icon"/>
<meta name="twitter:description" content="A simple tool to invite users to a Discord server"/> <meta name="twitter:description" content="A simple tool to invite users to a Discord server"/>
<link rel="icon" type="image/x-icon" href="/icon" > <link rel="icon" type="image/x-icon" href="{{base_url}}/icon" >
<title>Discord Inviter</title> <title>Discord Inviter</title>
<style> <style>
:root { :root {
@@ -15,7 +15,7 @@
<meta name="twitter:title" content="Discord Inviter"/> <meta name="twitter:title" content="Discord Inviter"/>
<meta name="twitter:image" content="/icon"/> <meta name="twitter:image" content="/icon"/>
<meta name="twitter:description" content="A simple tool to invite users to a Discord server"/> <meta name="twitter:description" content="A simple tool to invite users to a Discord server"/>
<link rel="icon" type="image/x-icon" href="/icon" > <link rel="icon" type="image/x-icon" href="{{base_url}}/icon" >
<title>Discord Inviter</title> <title>Discord Inviter</title>
<style> <style>
:root { :root {