diff options
author | 2023-05-25 19:42:57 +0800 | |
---|---|---|
committer | 2023-05-25 19:42:57 +0800 | |
commit | 20a97922aad2d7f687284c8f1bdbea0f30ef36ed (patch) | |
tree | b7541820effa1b14180a26b79474465c6ba8f66c | |
parent | 8727b5bd8570db7658d015e10290a325ca1e3c65 (diff) | |
download | astro-20a97922aad2d7f687284c8f1bdbea0f30ef36ed.tar.gz astro-20a97922aad2d7f687284c8f1bdbea0f30ef36ed.tar.zst astro-20a97922aad2d7f687284c8f1bdbea0f30ef36ed.zip |
Document partytown script block by extensions (#7205)
-rw-r--r-- | packages/integrations/partytown/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/integrations/partytown/README.md b/packages/integrations/partytown/README.md index 4ad0621d6..81b3457b6 100644 --- a/packages/integrations/partytown/README.md +++ b/packages/integrations/partytown/README.md @@ -132,6 +132,8 @@ export default defineConfig ({ ## Troubleshooting +- If you're getting a `Failed to fetch` error, make sure you're not using any browser extensions that are blocking the script. + For help, check out the `#support` channel on [Discord](https://astro.build/chat). Our friendly Support Squad members are here to help! You can also check our [Astro Integration Documentation][astro-integration] for more on integrations. |