Add trailing slash for paths (#1517)
This commit is contained in:
parent
ebf6c7e35c
commit
56ab2bb012
@ -1,4 +1,5 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
compress: true,
|
compress: true,
|
||||||
|
trailingSlash: true,
|
||||||
};
|
};
|
||||||
|
@ -199,7 +199,6 @@ def deploy(
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Compile the app in production mode.
|
# Compile the app in production mode.
|
||||||
console.info("Compiling production app")
|
|
||||||
export(loglevel=loglevel)
|
export(loglevel=loglevel)
|
||||||
|
|
||||||
# Exit early if this is a dry run.
|
# Exit early if this is a dry run.
|
||||||
|
Loading…
Reference in New Issue
Block a user