Skip to content

Commit 9b34cb2

Browse files
committed
remove splitbee analytics and partytown integration
1 parent 8d6b965 commit 9b34cb2

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

astro.config.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { defineConfig } from "astro/config";
22
import tailwind from "@astrojs/tailwind";
33
import svelte from "@astrojs/svelte";
4-
import partytown from "@astrojs/partytown";
54

65
// https://astro.build/config
76
export default defineConfig({
8-
integrations: [tailwind(), svelte(), partytown()],
9-
site: 'https://aidantomcy.github.io'
10-
});
7+
integrations: [tailwind(), svelte()],
8+
site: "https://aidantomcy.github.io",
9+
});

bun.lockb

-1.11 KB
Binary file not shown.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/partytown": "2.1.4",
1514
"@astrojs/svelte": "7.0.10",
1615
"@astrojs/tailwind": "6.0.2",
1716
"astro": "5.7.4",

src/layouts/Layout.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ const { title } = Astro.props;
2525
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
2626
rel="stylesheet"
2727
/>
28-
<script async src="https://cdn.splitbee.io/sb.js" type="text/partytown"
29-
></script>
3028
<title>{title}</title>
3129
</head>
3230
<body

0 commit comments

Comments
 (0)