Skip to content

Commit

Permalink
fix: docs path
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagofeijor committed May 16, 2024
1 parent a92ad98 commit 407c43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = merge(common, {
mode: 'production',
output: {
filename: 'static/[name].[contenthash].js',
path: path.resolve(process.cwd(), 'build'),
path: path.resolve(process.cwd(), 'docs'),
},
optimization: {
splitChunks: {
Expand Down

0 comments on commit 407c43a

Please sign in to comment.