Skip to content

Commit

Permalink
fix: set sirv option single to false
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 10, 2022
1 parent eb57627 commit bed8fa6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/vite/src/node/preview.ts
Expand Up @@ -90,8 +90,7 @@ export async function preview(
config.base,
sirv(distDir, {
etag: true,
dev: true,
single: true
dev: true
})
)

Expand Down

0 comments on commit bed8fa6

Please sign in to comment.