From 3542527cb493075021391f9c01653be11f2e5ab1 Mon Sep 17 00:00:00 2001 From: Lyrkan <850046+Lyrkan@users.noreply.github.com> Date: Tue, 8 Oct 2019 23:19:30 +0200 Subject: [PATCH] [Encore] Replace "Encore.setPublicPrefix" by "Encore.setPublicPath" --- frontend/encore/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/encore/faq.rst b/frontend/encore/faq.rst index 719b19a2960..9b325aff867 100644 --- a/frontend/encore/faq.rst +++ b/frontend/encore/faq.rst @@ -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