diff --git a/docs/src/pages/quasar-cli-vite/developing-ssr/deploying.md b/docs/src/pages/quasar-cli-vite/developing-ssr/deploying.md index 013d68f1f3b..fad77b7300b 100644 --- a/docs/src/pages/quasar-cli-vite/developing-ssr/deploying.md +++ b/docs/src/pages/quasar-cli-vite/developing-ssr/deploying.md @@ -8,7 +8,7 @@ By default, the SSR distributables use [Express](https://expressjs.com/), but yo ## Serverless -If you are deploying to a Serverless service, then please read about [SSR Production Export](/quasar-cli-vite/developing-ssr/ssr-webserver) on how to prepare for it. +If you are deploying to a Serverless service, then please read about [SSR Webserver](/quasar-cli-vite/developing-ssr/ssr-webserver) on how to prepare for it. ## The Distributables Folder After building your app on SSR mode (`$ quasar build -m ssr`) the folder that gets generated contains a standalone webserver tweaked for serving with SSR.