diff options
author | 2023-07-31 12:53:06 +0000 | |
---|---|---|
committer | 2023-07-31 12:53:06 +0000 | |
commit | 5fd4e5c848448dccc0d2f58c5346267f2f19df5f (patch) | |
tree | 6edef7f0e7839286c78ba7bafe6f2d0f43e9696b | |
parent | 1859960d0443cc6638569408282544f37e0a90ae (diff) | |
download | astro-5fd4e5c848448dccc0d2f58c5346267f2f19df5f.tar.gz astro-5fd4e5c848448dccc0d2f58c5346267f2f19df5f.tar.zst astro-5fd4e5c848448dccc0d2f58c5346267f2f19df5f.zip |
[ci] format
-rw-r--r-- | packages/integrations/netlify/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index b0ea844ca..18ba65cd7 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -254,6 +254,7 @@ export function get() { - The [Astro Netlify Edge Starter](https://github.com/sarahetter/astro-netlify-edge-starter) provides an example and a guide in the README. - [Browse Astro Netlify projects on GitHub](https://github.com/search?q=path%3A**%2Fastro.config.mjs+%40astrojs%2Fnetlify&type=code) for more examples! + ## Troubleshooting For help, check out the `#support` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! |