From ee9636b6883d22fbd0993d490db3ad7f51bf6bf9 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:20:43 -0700 Subject: [PATCH] docs: revert recent incorrect change to SvelteKit destination --- docs/sveltekit.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/sveltekit.md b/docs/sveltekit.md index 3854892f..e7fd4cf3 100644 --- a/docs/sveltekit.md +++ b/docs/sveltekit.md @@ -23,9 +23,7 @@ import { partytownVite } from '@builder.io/partytown/utils'; const config = { plugins: [ sveltekit(), - partytownVite({ - dest: join(__dirname, 'static', '~partytown'), - }), + partytownVite(), ], };