Arc not using directory set in config.exs for storing images

I am using the Arc library for storing images locally, and I have set the storage_dir in config.exs as such.

config :arc,
  storage_dir: "assets/images"

However, newly uploaded images are still going to the default uploads folder, and Avatar.url is still trying to pull from the uploads folder.