From f84a1552ecf66d80739f1012f460c0f19d84a6ba Mon Sep 17 00:00:00 2001 From: Chris Williams Date: Fri, 8 Jul 2022 16:01:23 +0100 Subject: [PATCH] Fix manual import (#3857) --- packages/integrations/partytown/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/partytown/README.md b/packages/integrations/partytown/README.md index 88c244aad..59a0f418f 100644 --- a/packages/integrations/partytown/README.md +++ b/packages/integrations/partytown/README.md @@ -57,7 +57,7 @@ __astro.config.mjs__ ```js import { defineConfig } from 'astro/config'; -import partytown from '@astrojs/sitemap'; +import partytown from '@astrojs/partytown'; export default defineConfig({ // ...