diff --git a/docs/react/pwa.md b/docs/react/pwa.md index 16ea8df72f..121b485c02 100644 --- a/docs/react/pwa.md +++ b/docs/react/pwa.md @@ -111,7 +111,7 @@ Create a new Firebase project or select an existing one. **"Select a default Firebase project for this directory:"** Choose the project you created on the Firebase website. -**"What do you want to use as your public directory?"** Enter "build". +**"What do you want to use as your public directory?"** Enter "dist". :::note Answering this next question will ensure that routing, hard reload, and deep linking work in the app: diff --git a/versioned_docs/version-v6/react/pwa.md b/versioned_docs/version-v6/react/pwa.md index bc908da6c1..29f785ca68 100644 --- a/versioned_docs/version-v6/react/pwa.md +++ b/versioned_docs/version-v6/react/pwa.md @@ -73,7 +73,7 @@ With the Firebase CLI installed, run `firebase init` within your Ionic project. **"Select a default Firebase project for this directory:"** Choose the project you created on the Firebase website. -**"What do you want to use as your public directory?"** Enter "build". +**"What do you want to use as your public directory?"** Enter "dist". :::note Answering these next two questions will ensure that routing, hard reload, and deep linking work in the app: diff --git a/versioned_docs/version-v7/react/pwa.md b/versioned_docs/version-v7/react/pwa.md index 16ea8df72f..121b485c02 100644 --- a/versioned_docs/version-v7/react/pwa.md +++ b/versioned_docs/version-v7/react/pwa.md @@ -111,7 +111,7 @@ Create a new Firebase project or select an existing one. **"Select a default Firebase project for this directory:"** Choose the project you created on the Firebase website. -**"What do you want to use as your public directory?"** Enter "build". +**"What do you want to use as your public directory?"** Enter "dist". :::note Answering this next question will ensure that routing, hard reload, and deep linking work in the app: