Skip to content

Commit eb7f846

Browse files
committed
fix: fix sub-dir config
re cokemine/ServerStatus-Hotaru#109
1 parent 3575212 commit eb7f846

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hotaru_theme",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"private": true,
55
"repository": {
66
"type": "git",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui/dist/semantic.min.css">
8-
<script src="<%= BASE_URL %>/config.js"></script>
8+
<script src="<%= BASE_URL %>config.js"></script>
99
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
1010
<title><%= htmlWebpackPlugin.options.title %></title>
1111
</head>

0 commit comments

Comments
 (0)