diff options
author | 2022-04-20 12:25:22 -0400 | |
---|---|---|
committer | 2022-04-20 12:25:22 -0400 | |
commit | eea9090ed5637730411456e2c8970fc2f841da9e (patch) | |
tree | 939e336eb9d935ddfe2509692798bec45aa954dd | |
parent | 00b834384441735568134178b831d4ae6cc06abb (diff) | |
download | astro-eea9090ed5637730411456e2c8970fc2f841da9e.tar.gz astro-eea9090ed5637730411456e2c8970fc2f841da9e.tar.zst astro-eea9090ed5637730411456e2c8970fc2f841da9e.zip |
Netlify adapter, add --build flag in the readme (#3157)
-rw-r--r-- | packages/integrations/netlify/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index bd98cc957..29a858d33 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -18,7 +18,7 @@ After you build your site the `netlify/` folder will contain [Netlify Functions] Now you can deploy! ```shell -netlify deploy +netlify deploy --build ``` ## Edge Functions |