ackee-fix

This commit is contained in:
Untone 2024-01-05 09:58:05 +03:00
parent 3af0c47738
commit 6a1d612a27
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ type Props = {
}
export const TopicBadge = (props: Props) => {
const [isSubscribing, setIsSubscribing] = createSignal(false)
const { t, lang } = useLocalize()
const { mediaMatches } = useMediaQuery()
const [isMobileView, setIsMobileView] = createSignal(false)

View File

@ -41,7 +41,7 @@ export const ArticlePage = (props: PageProps) => {
script.async = true
script.src = 'https://ackee.discours.io/increment.js'
script.dataset.ackeeServer = 'https://ackee.discours.io'
script.dataset.ackeeDomainId = '1004abeb-89b2-4e85-ad97-74f8d2c8ed2d'
script.dataset.ackeeDomainId = '306f0723-77cc-4c11-8b9c-8415a1e9daf0'
try {
document.body.appendChild(script)
} catch (error) {