Skip to content

Commit

Permalink
Revert "Fix plausible URL"
Browse files Browse the repository at this point in the history
This reverts commit 65668ee.
  • Loading branch information
wojtekmach committed Sep 5, 2024
1 parent 65668ee commit cc5f734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if config_env() == :prod do
queue_concurrency: String.to_integer(System.fetch_env!("PREVIEW_QUEUE_CONCURRENCY")),
fastly_key: System.fetch_env!("PREVIEW_FASTLY_KEY"),
fastly_repo: System.fetch_env!("PREVIEW_FASTLY_REPO"),
plausible_url: "https://stats.hex.pm/js/index.js"
plausible_url: "https://stats.hex.pm/js/plausible.js"

config :preview, :repo_bucket,
implementation: Preview.Storage.S3,
Expand Down

0 comments on commit cc5f734

Please sign in to comment.