We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eab1a4 commit 2e65109Copy full SHA for 2e65109
2 files changed
frontend/src/app.ts
@@ -55,6 +55,7 @@ export default class App {
55
const req: ApiRequest = {
56
site: site || window.location.hostname,
57
path: path || window.location.pathname,
58
+ title: document.title,
59
user,
60
signature,
61
sid: logged?.sid
frontend/src/types/index.d.ts
@@ -35,6 +35,7 @@ declare global {
35
interface ApiRequest {
36
site: string
37
path: string
38
+ title: string
39
user?: string
40
signature?: string
41
sid?: string
0 commit comments