Skip to content

Commit

Permalink
fix: fix sub-dir config
Browse files Browse the repository at this point in the history
  • Loading branch information
cokemine committed Sep 30, 2021
1 parent 3575212 commit eb7f846
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hotaru_theme",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui/dist/semantic.min.css">
<script src="<%= BASE_URL %>/config.js"></script>
<script src="<%= BASE_URL %>config.js"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
Expand Down

0 comments on commit eb7f846

Please sign in to comment.