Skip to content

Commit d50b098

Browse files
committed
Fix assets public path
1 parent f8d64d4 commit d50b098

10 files changed

+9
-9
lines changed

config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
index: path.resolve(__dirname, '../index.html'),
88
assetsRoot: path.resolve(__dirname, '../dist'),
99
assetsSubDirectory: 'docs',
10-
assetsPublicPath: '/vue-gridlayout/dist',
10+
assetsPublicPath: 'dist',
1111
productionSourceMap: true,
1212
// Gzip off by default as many popular static hosts such as
1313
// Surge or Netlify already gzip all static assets for you.

dist/docs/js/manifest.e8957ac6d8c109c1fad4.js renamed to dist/docs/js/manifest.d3bd1c2b273e306544a5.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/js/manifest.d3bd1c2b273e306544a5.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)