Skip to content

Commit

Permalink
feat: add VUE_APP_TITLE enviroment for html title
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Dec 19, 2019
1 parent 021e40a commit 804f6b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VUE_APP_TITLE='D2 Advance'
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>d2-advance</title>
<title><%= VUE_APP_TITLE %></title>
</head>
<body>
<noscript>
Expand Down

0 comments on commit 804f6b8

Please sign in to comment.