Commit a91652e 1 parent 1a779ab commit a91652e Copy full SHA for a91652e
File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ <h1 class="text-sm text-zinc-400">
10
10
Just type the data and generate the meta tags for your website.
11
11
</ h1 >
12
12
</ div >
13
+ < github-button
14
+ type ="stargazers "
15
+ namespace ="gustavoquinalha "
16
+ repo ="seotopper "
17
+ > </ github-button >
13
18
</ div >
14
19
15
20
< div
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export function returnCode(data) {
23
23
<!-- HTML Meta Tags -->
24
24
<meta charset="${ data . charset } ">
25
25
<meta name="viewport" content="${ data . viewport } ">
26
+ <base href="/">
26
27
<title>${ data . title } </title>
27
28
<link rel="canonical" href="${ data . canonical } ">
28
29
<link rel="icon" type="image/x-icon" href="${ data . favicon } ">
Original file line number Diff line number Diff line change 19
19
<!-- HTML Meta Tags -->
20
20
< meta charset ="utf-8 " />
21
21
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
22
+ < base href ="/ ">
22
23
< title > SeoTopper - Preview and generate meta tags</ title >
23
24
< link rel ="canonical " href ="https://seotopper.netlify.app/ " />
24
25
< link rel ="icon " type ="image/x-icon " href ="https://seotopper.netlify.app/favicon.ico " />
You can’t perform that action at this time.
0 commit comments