"webroot" location is wrong.
In RC, "webroot" attrbiute is moved into hosting.jsonpull/918/merge
parent
d36b3642a1
commit
391a4a75f1
|
@ -18,7 +18,7 @@ In this article:
|
||||||
Serving static files
|
Serving static files
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
By default, static files are stored in the `webroot` of your project. The location of the webroot is defined in the project's ``project.json`` file where the default is `wwwroot`.
|
By default, static files are stored in the `webroot` of your project. The location of the webroot is defined in the project's ``hosting.json`` file where the default is `wwwroot`.
|
||||||
|
|
||||||
.. code-block:: json
|
.. code-block:: json
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue