We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5274f commit 5608c3bCopy full SHA for 5608c3b
public/index.html
@@ -1,7 +1,7 @@
1
<!doctype html>
2
<html lang="en-us">
3
<head>
4
- <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>
5
<meta charset="utf-8">
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" />
0 commit comments