Skip to content

Commit e97c23e

Browse files
committed
adjustments
1 parent 473b403 commit e97c23e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/icon512_maskable.png" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link rel="manifest" href="/manifest.json" />
8-
<!-- For iOS Safari standalone mode -->
8+
99
<meta name="apple-mobile-web-app-capable" content="yes" />
1010
<meta
1111
name="apple-mobile-web-app-status-bar-style"
1212
content="black-translucent"
1313
/>
1414
<meta name="apple-mobile-web-app-title" content="SRT Player" />
15-
<title>Vite + React + TS</title>
15+
<title>SRT Player</title>
1616
</head>
1717
<body>
1818
<div id="root"></div>

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"lang": "en-US",
2222
"name": "SRT Player",
2323
"short_name": "SRTp",
24-
"start_url": "https://ricklancee.github.io/srt-player/",
25-
"scope": "https://ricklancee.github.io/srt-player/"
24+
"start_url": "./",
25+
"scope": "./"
2626
}

0 commit comments

Comments
 (0)