File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < title > Offline Collection App </ title >
5
+ < title > Localib </ title >
6
6
7
7
< base href ="/ " />
8
8
21
21
22
22
<!-- add to homescreen for ios -->
23
23
< meta name ="apple-mobile-web-app-capable " content ="yes " />
24
- < meta name ="apple-mobile-web-app-title " content ="Records " />
24
+ < meta name ="apple-mobile-web-app-title " content ="Localib " />
25
25
< meta name ="apple-mobile-web-app-status-bar-style " content ="black " />
26
26
< link rel ="apple-touch-icon " href ="/logo-mask-512.png " />
27
27
</ head >
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ export default defineConfig({
19
19
cleanupOutdatedCaches : true ,
20
20
} ,
21
21
manifest : {
22
- short_name : "Offline Collection " ,
23
- name : "Offline Collection " ,
22
+ short_name : "Localib " ,
23
+ name : "Localib " ,
24
24
icons : [
25
25
{
26
26
src : "favicon.ico" ,
You can’t perform that action at this time.
0 commit comments