Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
it breaks kj's facepainting
  • Loading branch information
chee committed Aug 5, 2019
1 parent 0c6b149 commit 783aa65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/serve.js
Expand Up @@ -4,6 +4,5 @@ module.exports = async ({request, response, websiteDirectory}) =>
serveHandler(request, response, {
public: websiteDirectory,
directoryListing: false,
cleanUrls: true,
trailingSlash: true
cleanUrls: true
})

0 comments on commit 783aa65

Please sign in to comment.