Skip to content

Commit

Permalink
feat: 文件修改提交,方便切换分支
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyunzhu committed Aug 18, 2017
1 parent 9a5d741 commit 5f3dce4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
index: path.resolve(__dirname, '../dist/index.html'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: './',
productionSourceMap: true,
// Gzip off by default as many popular static hosts such as
// Surge or Netlify already gzip all static assets for you.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>cboy-blog</title><link href=/static/css/app.fd2accbaadc35ee245741a7c7b7503c7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.3f04a7180f4e56eae3f9.js></script><script type=text/javascript src=/static/js/vendor.fd1e11be2ac7834ed577.js></script><script type=text/javascript src=/static/js/app.e1fafb0ba261ff16cad4.js></script></body></html><style lang=less>* {
<!DOCTYPE html><html><head><meta charset=utf-8><title>cboy-blog</title><link href=./static/css/app.fd2accbaadc35ee245741a7c7b7503c7.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.de7511c80ffd9e93b289.js></script><script type=text/javascript src=./static/js/vendor.fd1e11be2ac7834ed577.js></script><script type=text/javascript src=./static/js/app.e1fafb0ba261ff16cad4.js></script></body></html><style lang=less>* {
margin: 0;
padding: 0;
}
Expand Down

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

Loading

0 comments on commit 5f3dce4

Please sign in to comment.