Skip to content

Commit 29a4d3c

Browse files
committed
Add dynamic base path / Reorg configuration
1 parent ceb80d6 commit 29a4d3c

File tree

6 files changed

+180
-138
lines changed

6 files changed

+180
-138
lines changed

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<meta charset="utf-8">
1919
<meta http-equiv="X-UA-Compatible" content="IE=edge">
2020
<meta name="viewport" content="width=device-width,initial-scale=1.0">
21+
<script type=”text/javascript”>window.PUBLIC_PATH = window.location.pathname;</script>
2122
<link rel="apple-touch-icon" href="<%= BASE_URL %>apple-icon.png">
2223
<link rel="apple-touch-icon" sizes="152x152" href="<%= BASE_URL %>apple-icon-152x152.png">
2324
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-icon-180x180.png">

0 commit comments

Comments
 (0)