Skip to content

Commit a04cdba

Browse files
committed
fixing bad diff syntax
1 parent 1b47f37 commit a04cdba

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

frontend/encore/faq.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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>`,

0 commit comments

Comments
 (0)