diff --git a/reflex/.templates/web/next.config.js b/reflex/.templates/web/next.config.js index 1954c92f0..dd7a7908a 100644 --- a/reflex/.templates/web/next.config.js +++ b/reflex/.templates/web/next.config.js @@ -1,4 +1,5 @@ module.exports = { reactStrictMode: true, compress: true, + trailingSlash: true, }; diff --git a/reflex/reflex.py b/reflex/reflex.py index 067eff42c..970320650 100644 --- a/reflex/reflex.py +++ b/reflex/reflex.py @@ -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.