File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ like ``/myAppSubdir``), you just need to configure that when calling ``Encore.se
6666
6767 .setOutputPath('web/build/')
6868
69- - .setPublicPath('/build')
70- + // this is your *true* public path
71- + .setPublicPath('/myAppSubdir/build')
69+ - .setPublicPath('/build')
70+ + // this is your *true* public path
71+ + .setPublicPath('/myAppSubdir/build')
7272
73- + // this is now needed so that your manifest.json keys are still `build/foo.js`
74- + // i.e. you won't need to change anything in your Symfony app
75- + .setManifestKeyPrefix('build')
73+ + // this is now needed so that your manifest.json keys are still `build/foo.js`
74+ + // i.e. you won't need to change anything in your Symfony app
75+ + .setManifestKeyPrefix('build')
7676 ;
7777
7878 If you're :ref: `processing your assets through manifest.json <load-manifest-files >`,
You can’t perform that action at this time.
0 commit comments