diff --git a/beta/patches/@next+plugin-google-analytics+9.5.2.patch b/beta/patches/@next+plugin-google-analytics+9.5.2.patch
deleted file mode 100644
index 3918f6bf..00000000
--- a/beta/patches/@next+plugin-google-analytics+9.5.2.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff --git a/node_modules/@next/plugin-google-analytics/src/document-head-tags-server.js b/node_modules/@next/plugin-google-analytics/src/document-head-tags-server.js
-index d10a05b..b27a7c4 100644
---- a/node_modules/@next/plugin-google-analytics/src/document-head-tags-server.js
-+++ b/node_modules/@next/plugin-google-analytics/src/document-head-tags-server.js
-@@ -5,7 +5,7 @@ export default async function headTags() {
- <>
-
-
-diff --git a/node_modules/@next/plugin-google-analytics/src/on-init-client.js b/node_modules/@next/plugin-google-analytics/src/on-init-client.js
-index 094b2c9..e250a31 100644
---- a/node_modules/@next/plugin-google-analytics/src/on-init-client.js
-+++ b/node_modules/@next/plugin-google-analytics/src/on-init-client.js
-@@ -1,7 +1,7 @@
- export default async function initClient({ router }) {
- router.events.on('routeChangeComplete', (url) => {
- setTimeout(() => {
-- window.gtag('config', process.env.GA_TRACKING_ID, {
-+ window.gtag('config', process.env.NEXT_PUBLIC_GA_TRACKING_ID, {
- page_location: url,
- page_title: document.title,
- })