Add trailing slash for paths (#1517)
This commit is contained in:
parent
ebf6c7e35c
commit
56ab2bb012
@ -1,4 +1,5 @@
|
||||
module.exports = {
|
||||
reactStrictMode: true,
|
||||
compress: true,
|
||||
trailingSlash: true,
|
||||
};
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user