Skip to content
Snippets Groups Projects
Verified Commit ba497dff authored by ornanovitch's avatar ornanovitch
Browse files

fix: wrong path for build static

parent 3013637c
No related branches found
No related tags found
Loading
Pipeline #24309 passed
......@@ -5,6 +5,5 @@ __pycache__
/yarn.lock
/node_modules
/venv
/static
/hiboo/static
.env
......@@ -15,7 +15,7 @@ module.exports = {
vendor: './assets/vendor.js',
},
output: {
path: path.resolve(__dirname, 'static/'),
path: path.resolve(__dirname, 'hiboo/static/'),
filename: '[name].js',
assetModuleFilename: '[name][ext]',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment