Add trailing slash for paths (#1517)

This commit is contained in:
Nikhil Rao 2023-08-11 13:55:59 -07:00 committed by GitHub
parent ebf6c7e35c
commit 56ab2bb012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,5 @@
module.exports = {
reactStrictMode: true,
compress: true,
trailingSlash: true,
};

View File

@ -199,7 +199,6 @@ def deploy(
return
# Compile the app in production mode.
console.info("Compiling production app")
export(loglevel=loglevel)
# Exit early if this is a dry run.