@@ -5,9 +5,29 @@ import Screen from '@/app/_components/Screen';
5
5
import { Welcome } from '@/app/_components/Welcome/Welcome' ;
6
6
7
7
export const metadata = {
8
+ metadataBase : new URL ( process . env . NEXT_PUBLIC_APPLICATION_URL ! ) ,
8
9
title : {
9
- absolute :
10
- 'Interweb.WTF | A privacy-focused, user-centric link shortener for the modern interweb.' ,
10
+ absolute : 'Interweb.WTF | Shortlinks you can trust' ,
11
+ } ,
12
+ authors : [ { name : 'Interweb Alchemy' , url : 'https://interwebalchemy.com/' } ] ,
13
+ description : 'A privacy-focused, user-centric link shortener for the modern interweb.' ,
14
+ generator : 'Interweb.WTF' ,
15
+ applicationName : 'Interweb.WTF' ,
16
+ referrer : '' ,
17
+ icons : {
18
+ icon : '/favicon.svg' ,
19
+ } ,
20
+ openGraph : {
21
+ title : 'Interweb.WTF' ,
22
+ description : 'A privacy-focused, user-centric link shortener for the modern interweb.' ,
23
+ url : 'https://interweb.wtf' ,
24
+ images : [ '/interweb-wtf.png' , '/assets/wtf-patient-recipe.png' , '/favicon.svg' ] ,
25
+ } ,
26
+ twitter : {
27
+ card : 'summary' ,
28
+ title : 'Interweb.WTF' ,
29
+ description : 'A privacy-focused, user-centric link shortener for the modern interweb.' ,
30
+ images : [ '/interweb-wtf.png' , '/assets/wtf-patient-recipe.png' , '/favicon.svg' ] ,
11
31
} ,
12
32
} ;
13
33
0 commit comments