Set title in HTML page as well as Svelte app
Didn't realise that's where it was being set all along 😅
This commit is contained in:
parent
38b1aff162
commit
e00d44f9e7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
|
||||
<title>Svelte app</title>
|
||||
<title>Ghost User Maker</title>
|
||||
|
||||
<link rel='icon' type='image/png' href='/favicon.png'>
|
||||
<link rel='stylesheet' href='/global.css'>
|
||||
|
|
Loading…
Reference in a new issue