Skip to content

Commit e466962

Browse files
committed
Release V1
1 parent 64b08f3 commit e466962

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "networking-toolbox",
33
"private": true,
4-
"version": "0.2.9",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src/routes/+layout.svelte

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@
165165
<!-- Structured Data -->
166166
<!-- eslint-disable-next-line svelte/no-at-html-tags -->
167167
{@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>
168171
</svelte:head>
169172

170173
<!-- Skip Links for Accessibility -->

0 commit comments

Comments
 (0)