Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/encore/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ My App Lives under a Subdirectory
---------------------------------

If your app does not live at the root of your web server (i.e. it lives under a subdirectory,
like ``/myAppSubdir``), you just need to configure that when calling ``Encore.setPublicPrefix()``:
like ``/myAppSubdir``), you will need to configure that when calling ``Encore.setPublicPath()``:

.. code-block:: diff

Expand Down