We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3059eff commit 6639d4dCopy full SHA for 6639d4d
1 file changed
src/components/waline/Pageview.astro
@@ -16,7 +16,8 @@ import config from '@/site-config'
16
if (el) {
17
pageview.pageviewCount({
18
serverURL: walineServer,
19
- path: window.location.pathname
+ path: window.location.pathname,
20
+ update: True,
21
})
22
}
23
} catch (e) {
0 commit comments