Compare commits

..

1 Commits

Author SHA1 Message Date
liss-bot
a78fc70bc7 docs: Updates contributors list 2025-03-30 03:19:12 +01:00
2 changed files with 4 additions and 3 deletions

2
.github/README.md vendored
View File

@@ -1182,7 +1182,7 @@ Huge thanks to these wonderful people, who sponsor me on GitHub, their support h
</td>
<td align="center">
<a href="https://github.com/arcestia">
<img src="https://avatars.githubusercontent.com/u/7936962?u=afc43f878a0858cae75418f18d9696d65ebd53f9&v=4" width="80;" alt="arcestia"/>
<img src="https://avatars.githubusercontent.com/u/7936962?u=41e34bb816ad09323e1650f3efc0bec4fb2bc5dd&v=4" width="80;" alt="arcestia"/>
<br />
<sub><b>Laurensius Jeffrey</b></sub>
</a>

View File

@@ -22,7 +22,7 @@ const siteInfo = {
site: import.meta.env.SITE_URL || 'https://web-check.xyz',
analytics: {
enable: import.meta.env.ENABLE_ANALYTICS,
domain: 'web-check.as93.net',
domain: 'web-check.xyz',
script: 'https://no-track.as93.net/js/script.js',
},
};
@@ -92,7 +92,8 @@ const makeBreadcrumbs = () => {
<!-- Non-tracking hit counter -->
{analytics.enable && (
<script defer data-domain={analytics.domain} src={analytics.script}></script>
<script defer is:inline type="text/partytown"
data-domain={analytics.domain} src={analytics.script}></script>
)}
<!-- Schema.org markup for Google -->