Skip to content

Commit

Permalink
docs: revert recent incorrect change to SvelteKit destination
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Sep 4, 2024
1 parent b292a14 commit ee9636b
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 ee9636b

Please sign in to comment.