diff --git a/src/components/SightingDetail.js b/src/components/SightingDetail.js index 01618b8..fb3f6a5 100644 --- a/src/components/SightingDetail.js +++ b/src/components/SightingDetail.js @@ -133,7 +133,7 @@ class SightingDetail extends Component { } render() { - const disqusShortname = 'https-marten-application-netlify-com'; + const disqusShortname = 'marten-tracker'; const disqusConfig = { url: `http://localhost:3000/${this.props.detail.id}`, identifier: this.props.detail.id,