tangled
alpha
login
or
join now
finxol.io
/
blog
0
fork
atom
Personal blog
finxol.io
blog
0
fork
atom
overview
issues
pulls
pipelines
add onedollarstats
finxol.io
6 months ago
5ef9d954
8652fdfd
verified
This commit was signed with the committer's
known signature
.
finxol.io
SSH Key Fingerprint:
SHA256:olFE3asYdoBMScuJOt60UxXdJ0RFdGv5kVKrdOtIcPI=
1/1
deploy.yaml
success
44s
+7
-1
1 changed file
expand all
collapse all
unified
split
nuxt.config.ts
+7
-1
nuxt.config.ts
···
22
22
head: {
23
23
htmlAttrs: {
24
24
lang: "en"
25
25
-
}
25
25
+
},
26
26
+
script: [
27
27
+
{
28
28
+
defer: true,
29
29
+
src: "https://assets.onedollarstats.com/stonks.js"
30
30
+
}
31
31
+
]
26
32
}
27
33
},
28
34