Skip to content

Commit

Permalink
restore path
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinvanschoren committed Jan 10, 2024
1 parent 1a47bd8 commit d2ade1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
app = Flask(
__name__,
static_url_path="",
static_folder="app/.next",
static_folder="server/src/client/app/build",
instance_relative_config=True,
)
app.config.from_object(Config)
Expand Down

0 comments on commit d2ade1a

Please sign in to comment.