We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93d233 commit 5a8869dCopy full SHA for 5a8869d
scripts/config/webpack.config.js/plugins.js
@@ -61,7 +61,7 @@ const client = [
61
new CopyWebpackPlugin([
62
{
63
from: path.resolve(__dirname, '../../../_redirects'),
64
- to: path.resolve(__dirname, '../../../docker/frontend/prod/build/client')
+ to: path.resolve(__dirname, '../../../docker/frontend/prod/build/client/_redirects')
65
}
66
]),
67
0 commit comments