diff options
Diffstat (limited to 'docs/quick-start.md')
-rw-r--r-- | docs/quick-start.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/quick-start.md b/docs/quick-start.md index 726fdc187..480deebe1 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -25,6 +25,8 @@ npm run build To deploy your Astro site to production, upload the contents of the `/dist` folder (generated by running `npm run build`) to your favorite hosting provider. +[Read more about deploying Astro in the Deploy guide](/guides/deploy) + ## Start your project Go back to your command-line terminal, and run the following command in your project directory: |