ackee-fix
This commit is contained in:
parent
3af0c47738
commit
6a1d612a27
|
@ -19,7 +19,6 @@ type Props = {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const TopicBadge = (props: Props) => {
|
export const TopicBadge = (props: Props) => {
|
||||||
const [isSubscribing, setIsSubscribing] = createSignal(false)
|
|
||||||
const { t, lang } = useLocalize()
|
const { t, lang } = useLocalize()
|
||||||
const { mediaMatches } = useMediaQuery()
|
const { mediaMatches } = useMediaQuery()
|
||||||
const [isMobileView, setIsMobileView] = createSignal(false)
|
const [isMobileView, setIsMobileView] = createSignal(false)
|
||||||
|
|
|
@ -41,7 +41,7 @@ export const ArticlePage = (props: PageProps) => {
|
||||||
script.async = true
|
script.async = true
|
||||||
script.src = 'https://ackee.discours.io/increment.js'
|
script.src = 'https://ackee.discours.io/increment.js'
|
||||||
script.dataset.ackeeServer = 'https://ackee.discours.io'
|
script.dataset.ackeeServer = 'https://ackee.discours.io'
|
||||||
script.dataset.ackeeDomainId = '1004abeb-89b2-4e85-ad97-74f8d2c8ed2d'
|
script.dataset.ackeeDomainId = '306f0723-77cc-4c11-8b9c-8415a1e9daf0'
|
||||||
try {
|
try {
|
||||||
document.body.appendChild(script)
|
document.body.appendChild(script)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user