Skip to content

Commit

Permalink
fix(build): fixed the Docker's Caddyfile so that the browser's app ti…
Browse files Browse the repository at this point in the history
…tle works with quotes
  • Loading branch information
Will Moss committed Jul 19, 2024
1 parent 2fcc2b7 commit f89f87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
# React variables
replace __PUBLIC_URL__ {$PUBLIC_URL}
replace __USE_SECRET__ {$AUTH_ENABLED}
replace __APP_TITLE__ {$APP_TITLE}
replace __APP_TITLE__ "{$APP_TITLE}"
}

# 404 Redirect
Expand Down

0 comments on commit f89f87e

Please sign in to comment.