Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
fix: 🐛 Set baseUrl config default for conversion-tracker to 'app.code…
Browse files Browse the repository at this point in the history
…fund.io'
  • Loading branch information
andrewmcodes committed Jun 12, 2020
1 parent cce13c2 commit 14d8daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/src/conversion-tracker.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default class {
constructor (config = {}) {
const defaultConfig = {
baseUrl: 'https://codefund.io',
baseUrl: 'https://app.codefund.io',
daysToLive: 30,
localStorageKey: 'CodeFund.utm_impression',
successStatuses: [200, 202]
Expand Down

0 comments on commit 14d8daa

Please sign in to comment.