new disqus
This commit is contained in:
parent
f015e11864
commit
e0e1a7e9e4
|
@ -133,7 +133,7 @@ class SightingDetail extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const disqusShortname = 'https-marten-application-netlify-com';
|
const disqusShortname = 'marten-tracker';
|
||||||
const disqusConfig = {
|
const disqusConfig = {
|
||||||
url: `http://localhost:3000/${this.props.detail.id}`,
|
url: `http://localhost:3000/${this.props.detail.id}`,
|
||||||
identifier: this.props.detail.id,
|
identifier: this.props.detail.id,
|
||||||
|
|
Loading…
Reference in New Issue