Update services/web/README.md

Co-authored-by: Michael Barz <mbarz@owncloud.com>
This commit is contained in:
David Christofas
2023-02-15 10:21:53 +01:00
committed by GitHub
parent eb7761dae4
commit e0efc38cbd

View File

@@ -5,4 +5,4 @@ It also provides a minimal API for branding functionality like changing the logo
# Custom compiled Web assets
If you want to use your custom compiled web assets then you can do that by setting the `WEB_ASSET_PATH` variable to point to your compiled files.
If you want to use your custom compiled web client assets instead of the embedded ones, then you can do that by setting the `WEB_ASSET_PATH` variable to point to your compiled files. See [ownCloud Web / Getting Started](https://owncloud.dev/clients/web/getting-started/) and [ownCloud Web / Setup with oCIS](https://owncloud.dev/clients/web/backend-ocis/) for more details.