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 616fd29 commit e388926Copy full SHA for e388926
frontend/encore/installation.rst
@@ -57,7 +57,7 @@ is the main config file for both Webpack and Webpack Encore:
57
58
Encore
59
// directory where compiled assets will be stored
60
- .setOutputPath('web/build/')
+ .setOutputPath('public/build/')
61
// public path used by the web server to access the output path
62
.setPublicPath('/build')
63
// only needed for CDN's or sub-directory deploy
0 commit comments