parent
60688a7d16
commit
ad5c75447a
2 changed files with 6 additions and 1 deletions
5
.changeset/wise-jars-trade.md
Normal file
5
.changeset/wise-jars-trade.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@astrojs/partytown': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixed a code example that was wrongly closed
|
|
@ -100,7 +100,7 @@ export default defineConfig({
|
||||||
integrations: [partytown({
|
integrations: [partytown({
|
||||||
// Example: Disable debug mode.
|
// Example: Disable debug mode.
|
||||||
config: { debug: false },
|
config: { debug: false },
|
||||||
|
})]
|
||||||
})
|
})
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue