Skip to content

Commit

Permalink
docs: revert recent incorrect change to SvelteKit destination (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Nov 18, 2024
1 parent 23c133d commit 0410c8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ import { partytownVite } from '@builder.io/partytown/utils';
const config = {
plugins: [
sveltekit(),
partytownVite({
dest: join(__dirname, 'static', '~partytown'),
}),
partytownVite(),
],
};

Expand Down

0 comments on commit 0410c8f

Please sign in to comment.