fix(analytics): spa tracking for other providers

This commit is contained in:
Jacky Zhao
2025-03-05 16:27:08 -08:00
parent c6f10b44f6
commit a1162b978a
4 changed files with 34 additions and 16 deletions

View File

@ -1,7 +1,7 @@
export { ContentPage } from "./contentPage"
export { TagPage } from "./tagPage"
export { FolderPage } from "./folderPage"
export { ContentIndex } from "./contentIndex"
export { ContentIndex as ContentIndex } from "./contentIndex"
export { AliasRedirects } from "./aliases"
export { Assets } from "./assets"
export { Static } from "./static"