Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
78f2c074
Commit
78f2c074
authored
Oct 12, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 调整ico引入
parent
f9b7717e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
+2
-1
webpack.prod.conf.js
build/webpack.prod.conf.js
+1
-0
favicon.ico
favicon.ico
+0
-0
index.html
index.html
+1
-1
No files found.
build/webpack.prod.conf.js
View file @
78f2c074
...
...
@@ -90,6 +90,7 @@ const webpackConfig = merge(baseWebpackConfig, {
new
HtmlWebpackPlugin
({
filename
:
config
.
build
.
index
,
template
:
'index.html'
,
favicon
:
'./favicon.ico'
,
inject
:
true
,
minify
:
{
removeComments
:
true
,
...
...
static/img/
favicon.ico
→
favicon.ico
View file @
78f2c074
File moved
index.html
View file @
78f2c074
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"shortcut icon"
href=
"./
static/img/
favicon.ico"
/>
<link
rel=
"shortcut icon"
href=
"./favicon.ico"
/>
<script
src=
"//web-1251519181.file.myqcloud.com/lib/vue/2.5.2/vue.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js"
></script>
<script
src=
"//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js"
></script>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment