Skip to content

Commit de130d4

Browse files
Merge pull request #2 from Monsef-Noubadji/deployement
Deployment
2 parents 74e6bc3 + 60f94c3 commit de130d4

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33

44
<head>
55
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
76
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Epubrary</title>
88
<link rel="manifest" href="/manifest.json" />
9+
<link rel="apple-touch-icon" href="/icon-192.png" />
10+
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
11+
<link rel="icon" type="image/png" sizes="512x512" href="/icon-512.png" />
912
<meta name="theme-color" content="#4f46e5" />
10-
<title>EPUB Reader</title>
1113
</head>
1214

1315
<body>

public/icon-192.png

361 KB
Loading

public/icon-512.png

361 KB
Loading

public/icon.png

343 KB
Loading

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "EPUB Reader",
3-
"short_name": "Reader",
2+
"name": "ReadApub",
3+
"short_name": "ReadApub",
44
"description": "A fully offline-capable EPUB reader with storage, highlights, and bookmarks.",
55
"start_url": "/",
66
"display": "standalone",

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ self.addEventListener('fetch', (event) => {
6161
});
6262
})
6363
);
64-
});
64+
});

src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ body {
161161

162162
.book-cover {
163163
width: 100%;
164-
aspect-ratio: 2/3;
165164
background: var(--bg-secondary);
166165
border-radius: 8px;
167166
margin-bottom: 0.75rem;

0 commit comments

Comments
 (0)