Skip to content

Commit

Permalink
Changed prod path for new subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Apr 30, 2014
1 parent 6391a0f commit 5560b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ module.exports = {
siteDir: "/system/listen_to/"
},
production: {
apiRoot: "http://awb.ecosounds.org",
siteRoot: "http://awb.ecosounds.org/system/listen_to",
apiRoot: "http://baw.ecosounds.org",
siteRoot: "http://baw.ecosounds.org/system/listen_to",
siteDir: "/system/listen_to/"
},

Expand Down

0 comments on commit 5560b80

Please sign in to comment.