diff options
author | 2022-08-29 03:42:27 -0500 | |
---|---|---|
committer | 2022-08-29 16:42:27 +0800 | |
commit | 9389517f63bc3cd2becfd008bf3531f76ef32677 (patch) | |
tree | 932dd898a40ae3236049825c5c37993719877707 | |
parent | d431fbe4e1b04deba96e10679ebaaeedfcd6a239 (diff) | |
download | astro-9389517f63bc3cd2becfd008bf3531f76ef32677.tar.gz astro-9389517f63bc3cd2becfd008bf3531f76ef32677.tar.zst astro-9389517f63bc3cd2becfd008bf3531f76ef32677.zip |
Update README.md (#4517)
-rw-r--r-- | packages/integrations/image/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/integrations/image/README.md b/packages/integrations/image/README.md index 28cccec97..bd121e1a6 100644 --- a/packages/integrations/image/README.md +++ b/packages/integrations/image/README.md @@ -391,7 +391,6 @@ const imageUrl = 'https://www.google.com/images/branding/googlelogo/2x/googlelog ## Troubleshooting - If your installation doesn't seem to be working, make sure to restart the dev server. - If you edit and save a file and don't see your site update accordingly, try refreshing the page. -- If you edit and save a file and don't see your site update accordingly, try refreshing the page. - If refreshing the page doesn't update your preview, or if a new installation doesn't seem to be working, then restart the dev server. For help, check out the `#support-threads` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! |