Skip to content

Commit

Permalink
docs: change SvelteKit section (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
aajaces authored Apr 30, 2024
1 parent 7872a02 commit 7174d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = {
plugins: [
sveltekit(),
partytownVite({
dest: join(__dirname, 'dist', '~partytown'),
dest: join(__dirname, 'static', '~partytown'),
}),
],
};
Expand Down

0 comments on commit 7174d27

Please sign in to comment.