Skip to content

Commit

Permalink
redeploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sdras committed Dec 24, 2017
1 parent f396f36 commit 46a5e03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/index.js
Expand Up @@ -41,12 +41,12 @@ module.exports = {

build: {
// Template for index.html
index: path.resolve(__dirname, '../docs/index.html'),
index: path.resolve(__dirname, '../dist/index.html'),

// Paths
assetsRoot: path.resolve(__dirname, '../docs'),
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: '',

/**
* Source Maps
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -11,7 +11,7 @@

<body>
<div id=app></div>
<script type=text/javascript src=static/js/manifest.8bbf6c0943e84fc69f19.js></script>
<script type=text/javascript src=static/js/manifest.421617a0279564c9e268.js></script>
<script type=text/javascript src=static/js/vendor.b93c5575407b7ccde692.js></script>
<script type=text/javascript src=static/js/app.8ceaa77cf4ddd88e1ecf.js></script>
</body>
Expand Down

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

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

0 comments on commit 46a5e03

Please sign in to comment.