diff --git a/.pnp.cjs b/.pnp.cjs index 1ee77d1..8c55155 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -33,7 +33,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { [null, {\ "packageLocation": "./",\ "packageDependencies": [\ - ["@builder.io/partytown", "npm:0.7.0"],\ ["autoprefixer", "virtual:c0af82ff090960b6f6c41c36b35c3424e3d9a9b897ce0791429ae6bcacab7eeb5fbe992905fcdd4cf3238afd9fb8c0da0ee2bd14f333a5916e7730d0f1082a59#npm:10.4.9"],\ ["multiformats", "npm:9.8.1"],\ ["next", "virtual:c0af82ff090960b6f6c41c36b35c3424e3d9a9b897ce0791429ae6bcacab7eeb5fbe992905fcdd4cf3238afd9fb8c0da0ee2bd14f333a5916e7730d0f1082a59#npm:12.3.0"],\ @@ -45,15 +44,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "SOFT"\ }]\ ]],\ - ["@builder.io/partytown", [\ - ["npm:0.7.0", {\ - "packageLocation": "./.yarn/cache/@builder.io-partytown-npm-0.7.0-98d0cd1cd4-fac24fbe8f.zip/node_modules/@builder.io/partytown/",\ - "packageDependencies": [\ - ["@builder.io/partytown", "npm:0.7.0"]\ - ],\ - "linkType": "HARD"\ - }]\ - ]],\ ["@gar/promisify", [\ ["npm:1.1.3", {\ "packageLocation": "./.yarn/cache/@gar-promisify-npm-1.1.3-ac1a325862-4059f790e2.zip/node_modules/@gar/promisify/",\ @@ -68,7 +58,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "packageLocation": "./",\ "packageDependencies": [\ ["@kongkowitpku/soon", "workspace:."],\ - ["@builder.io/partytown", "npm:0.7.0"],\ ["autoprefixer", "virtual:c0af82ff090960b6f6c41c36b35c3424e3d9a9b897ce0791429ae6bcacab7eeb5fbe992905fcdd4cf3238afd9fb8c0da0ee2bd14f333a5916e7730d0f1082a59#npm:10.4.9"],\ ["multiformats", "npm:9.8.1"],\ ["next", "virtual:c0af82ff090960b6f6c41c36b35c3424e3d9a9b897ce0791429ae6bcacab7eeb5fbe992905fcdd4cf3238afd9fb8c0da0ee2bd14f333a5916e7730d0f1082a59#npm:12.3.0"],\ diff --git a/.yarn/cache/@builder.io-partytown-npm-0.7.0-98d0cd1cd4-fac24fbe8f.zip b/.yarn/cache/@builder.io-partytown-npm-0.7.0-98d0cd1cd4-fac24fbe8f.zip deleted file mode 100644 index 37605ff..0000000 Binary files a/.yarn/cache/@builder.io-partytown-npm-0.7.0-98d0cd1cd4-fac24fbe8f.zip and /dev/null differ diff --git a/package.json b/package.json index 5bebc39..089a31c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,6 @@ "cid": "node cidv0" }, "dependencies": { - "@builder.io/partytown": "^0.7.0", "next": "^12.3.0", "react": "^18.2.0", "react-dom": "^18.2.0" diff --git a/pages/index.js b/pages/index.js index 909cc63..60ef49a 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,11 +1,11 @@ import Head from "next/head"; +import Script from "next/script"; import TopBar from "../src/components/TopBar"; import HeadLine from "../src/components/Headline"; import Footer from "../src/components/Footer"; import RoundArt from "../src/components/RoundArt"; import GridArt from "../src/components/GridArt"; import ClipArt from "../src/components/ClipArt"; -import { Partytown } from "@builder.io/partytown/react"; export default function Home() { return ( @@ -90,15 +90,11 @@ export default function Home() { content="https://kongkowitpku.xyz/og.png" /> {/* ==== Third Party Scripts ==== */} - {/* Analytics */} -