Skip to content

Commit 0ffd731

Browse files
committed
partytown
1 parent 14b3b56 commit 0ffd731

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

apps/website/astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import react from '@astrojs/react';
44
import vercel from '@astrojs/vercel/serverless'
55
import createRemarkPlugin from '@crocoder-dev/remark-plugin';
66
import image from '@astrojs/image';
7+
import partytown from '@astrojs/partytown';
78

89
const classes = {
910
titleClass: 'font-bold text-[1.25rem] mt-[2.5rem]',
@@ -23,7 +24,7 @@ export default defineConfig({
2324
'/feed': '/rss.xml',
2425
'/sitemap': '/sitemap.xml'
2526
},
26-
integrations: [tailwind(), react(), image()],
27+
integrations: [tailwind(), react(), image(), partytown()],
2728
markdown: {
2829
remarkPlugins: [remarkPlugin],
2930
},

apps/website/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"type": "module",
55
"dependencies": {
66
"@astrojs/image": "^0.18.0",
7+
"@astrojs/partytown": "^2.1.4",
78
"@astrojs/react": "^4.1.2",
89
"@astrojs/rss": "^4.0.11",
910
"@astrojs/tailwind": "^6.0.2",

apps/website/src/components/CalcomEmbedInline.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const {
1717
---
1818

1919
<script
20-
type="text/javascript"
2120
is:inline
21+
type="text/partytown"
2222
define:vars={{
2323
calLink,
2424
layout,

bun.lockb

1.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)