Fix partytown README (#7001)

* fix README

* add changeset
This commit is contained in:
Waxer59 2023-05-05 09:52:41 +02:00 committed by GitHub
parent 60688a7d16
commit ad5c75447a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@astrojs/partytown': patch
---
Fixed a code example that was wrongly closed

View file

@ -100,7 +100,7 @@ export default defineConfig({
integrations: [partytown({
// Example: Disable debug mode.
config: { debug: false },
})]
})
```