Skip to content

Commit

Permalink
Merge branch 'cokemine-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
HinataKato committed May 27, 2022
2 parents 5599473 + ea164b6 commit ad0eddf
Show file tree
Hide file tree
Showing 4 changed files with 374 additions and 8 deletions.
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.3",
"version": "0.4.4",
"private": true,
"repository": {
"type": "git",
Expand Down
372 changes: 372 additions & 0 deletions public/css/semantic.min.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions 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">
<meta name="robots" content="noindex">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/semantic-ui/dist/semantic.min.css">
<link rel="stylesheet" href="<%= BASE_URL %>css/semantic.min.css">
<script src="<%= BASE_URL %>config.js"></script>
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
Expand All @@ -17,6 +17,5 @@
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script src="//cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
</body>
</html>
5 changes: 0 additions & 5 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ module.exports = {
.options({
symbolId: '[name]'
});
},
configureWebpack: {
externals: {
'axios': 'axios',
}
}
};

0 comments on commit ad0eddf

Please sign in to comment.