Fix manual import (#3857)

This commit is contained in:
Chris Williams 2022-07-08 16:01:23 +01:00 committed by GitHub
parent 272d24ba3a
commit f84a1552ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({
// ...