diff options
author | 2021-07-14 13:41:51 -0400 | |
---|---|---|
committer | 2021-07-14 13:41:51 -0400 | |
commit | d40edb0b673f380c9eb9c07add3e0cd2371d9623 (patch) | |
tree | 0ec0d3487ac15cb609402f2f4f7e9c6fd5a6227b /docs/quick-start.md | |
parent | d07f3d4186ee0ffe5acb74ebc76c15a5611268fa (diff) | |
download | astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.tar.gz astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.tar.zst astro-d40edb0b673f380c9eb9c07add3e0cd2371d9623.zip |
Docs sync (#680)
* test ignoring examples from workspace
* docs sync
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: |