File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/x-icon " href ="/favicon.ico ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Home | LNReader</ title >
7
+ < title > LNReader</ title >
8
8
< meta name ="description " content ="Discover and read light novels, novels and more - easier than ever on your Android device. "/>
9
9
< meta property ="og:title " content ="LNReader "/>
10
10
< meta property ="og:image " content ="https://lnreader.github.io/icon.png " />
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export default function Layout({
22
22
if ( route ) {
23
23
document . title = route . title ;
24
24
} else {
25
- document . title = "Home | LNReader" ;
25
+ document . title = "LNReader" ;
26
26
}
27
27
} , [ location . pathname ] ) ;
28
28
return (
You can’t perform that action at this time.
0 commit comments