浏览代码

Mention `assets_path` config setting.

Updates #3609
JC Brand 3 月之前
父节点
当前提交
e4c90404d5
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/source/quickstart.rst

+ 3 - 0
docs/source/quickstart.rst

@@ -84,6 +84,9 @@ During operation Converse will make HTTP calls to dynamically fetch more files
 from the ``dist`` folder. The exceptions here are the ``.map`` files and the
 unminified ``converse.js`` and ``converse.css`` files.
 
+If you want to host these files at a different path than ``/dist/``, you can
+specify it with the :ref:`assets_path` configuration setting.
+
 
 Option 3: Building the files yourself
 *************************************