Skip to content

Commit

Permalink
Remove viewer js in sirv
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjourne committed Feb 15, 2024
1 parent 7aac33d commit cdaad14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ polka() // You can also use Express
.use(
compression({ threshold: 0 }),
sirv('static', { dev }),
sirv('ViewerJS', { dev }),
// sirv('ViewerJS', { dev }),
sapper.middleware()
)
.listen(PORT, err => {
Expand Down

0 comments on commit cdaad14

Please sign in to comment.