Skip to content

Commit

Permalink
Default values
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemblack committed Feb 26, 2024
1 parent 3f63c1a commit d28a381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
buildID, err := web.Build(web.Options{
Archive: true,
ReplaceRemoteAssets: false,
ReplaceRemoteAssets: true,
})
if err != nil {
slog.Error(err.Error())
Expand Down

0 comments on commit d28a381

Please sign in to comment.