Skip to content

Commit

Permalink
Fixes issue generating integrity for vite rollup plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Jun 20, 2024
1 parent 3c708d5 commit a47f5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default defineConfig({
enforce: 'post',
...sri({
algorithms: ['sha256'],
publicPath: '/',
publicPath: '/shake-streamkit/',
}),
},
],
Expand Down

0 comments on commit a47f5f1

Please sign in to comment.