Skip to content

Commit 0410c8f

Browse files
authored
docs: revert recent incorrect change to SvelteKit destination (#622)
1 parent 23c133d commit 0410c8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/sveltekit.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ import { partytownVite } from '@builder.io/partytown/utils';
2323
const config = {
2424
plugins: [
2525
sveltekit(),
26-
partytownVite({
27-
dest: join(__dirname, 'static', '~partytown'),
28-
}),
26+
partytownVite(),
2927
],
3028
};
3129

0 commit comments

Comments
 (0)