fix: use the SITE_NAME env var in index.html (#413)

This commit is contained in:
David Joy
2021-05-04 14:06:04 -04:00
committed by GitHub
parent fae8500223
commit 889b9a4482
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en-us">
<head>
<title>Learner Profile | edX</title>
<title>Learner Profile | <%= process.env.SITE_NAME %></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>