Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit 2fccfce

Browse files
authored
fix: added title tag in app.html (#113)
1 parent 9af20d4 commit 2fccfce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta name="description" content="" />
66
<link rel="icon" href="%svelte.assets%/favicon.png" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
<title>Good First Issue Finder</title>
89
%svelte.head%
910
</head>
1011
<body>

0 commit comments

Comments
 (0)