From 5c5a49486d416ea43e1cf9ffd22d0461bf2e10fa Mon Sep 17 00:00:00 2001 From: Danny Brown Date: Tue, 15 Oct 2019 08:56:54 -0400 Subject: [PATCH] docs: more specific location for build output --- docs/latest/deployment/recipes/build-for-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/deployment/recipes/build-for-production.md b/docs/latest/deployment/recipes/build-for-production.md index aa96e584b..5c607d0c0 100644 --- a/docs/latest/deployment/recipes/build-for-production.md +++ b/docs/latest/deployment/recipes/build-for-production.md @@ -48,7 +48,7 @@ If everything worked as expected, you should have a new `dist/` directory in the project's folder. It should roughly resemble the following: ```bash -dist/ +platform/viewer/dist/ ├── app-config.js ├── app.bundle.js ├── app.css