summaryrefslogtreecommitdiff
path: root/.changeset/plenty-coins-destroy.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/plenty-coins-destroy.md')
-rw-r--r--.changeset/plenty-coins-destroy.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/.changeset/plenty-coins-destroy.md b/.changeset/plenty-coins-destroy.md
deleted file mode 100644
index 95aa146d4..000000000
--- a/.changeset/plenty-coins-destroy.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-'@astrojs/partytown': patch
----
-
-Adds support for `config.lib`, which allows changing the destination of the files:
-
-```diff
-export default defineConfig({
- integrations: [partytown({
- config: {
-+ lib: '/assets/lib/~partytown/';
- }
- })]
-})
-```