Skip to content

Commit

Permalink
Don't load assets from GCP Storage
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorgirardi committed Jul 14, 2024
1 parent ce9c3cf commit b9e236b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
:asset-prefix-url
#profile {:dev ""
:test ""
:prod "https://storage.googleapis.com/convex-world-site"}
:prod "" #_"https://storage.googleapis.com/convex-world-site"}

:security
#profile {:dev {:anti-forgery true}
Expand Down

0 comments on commit b9e236b

Please sign in to comment.