fix: comments on spa should work (closes ) ()

* fix comments on spa

* fix giscus
This commit is contained in:
Jacky Zhao 2024-07-30 01:13:13 -07:00 committed by GitHub
parent e1a9661be7
commit 6264f5685c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 28 additions and 27 deletions
quartz/components/scripts

View file

@ -1,4 +1,4 @@
import type { ContentDetails, ContentIndex } from "../../plugins/emitters/contentIndex"
import type { ContentDetails } from "../../plugins/emitters/contentIndex"
import * as d3 from "d3"
import { registerEscapeHandler, removeAllChildren } from "./util"
import { FullSlug, SimpleSlug, getFullSlug, resolveRelative, simplifySlug } from "../../util/path"