We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b08f3 commit e466962Copy full SHA for e466962
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "networking-toolbox",
3
"private": true,
4
- "version": "0.2.9",
+ "version": "1.0.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite dev",
src/routes/+layout.svelte
@@ -165,6 +165,9 @@
165
<!-- Structured Data -->
166
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
167
{@html jsonLdTag(data.breadcrumbJsonLd)}
168
+
169
+ <!-- Plausible Analytics -->
170
+ <script defer data-domain="networking-toolbox.as93.net" src="https://no-track.as93.net/js/script.js"></script>
171
</svelte:head>
172
173
<!-- Skip Links for Accessibility -->
0 commit comments