Skip to content

Commit

Permalink
fix: browser header showing null (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim authored Mar 26, 2024
1 parent 8c5274f commit 5608c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en-us">
<head>
<title>Application Template | <%= process.env.SITE_NAME %></title>
<title>Application Template <%= (process.env.SITE_NAME && process.env.SITE_NAME != 'null') ? '| ' + process.env.SITE_NAME : '' %></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" />
Expand Down

0 comments on commit 5608c3b

Please sign in to comment.