From 0787c989e4b764fa08f881e5d86951f5cd7e7c28 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 8 Feb 2023 13:42:11 -0800 Subject: [PATCH] plausible update --- data/siteMetadata.js | 6 +----- next.config.js | 11 +---------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/data/siteMetadata.js b/data/siteMetadata.js index 0cfa735..5d19447 100644 --- a/data/siteMetadata.js +++ b/data/siteMetadata.js @@ -21,11 +21,7 @@ const siteMetadata = { bandcamp: 'https://augurymetal.bandcamp.com', lastfm: 'https://www.last.fm/music/augury', locale: 'en-CA', - analytics: { - plausibleDataDomain: 'augurymetal.com', - plausibleSrcUrl: '/script.12587e3213z2t1891zaz.js', - plausibleApiUrl: '/api/12761a4481f2x6771zab', - }, + analytics: {}, newsletter: { // supports mailchimp, buttondown, convertkit, klaviyo // Please add your .env file and modify it according to your selection diff --git a/next.config.js b/next.config.js index b6fb2a1..a27d427 100644 --- a/next.config.js +++ b/next.config.js @@ -70,16 +70,7 @@ module.exports = withBundleAnalyzer({ ] }, async rewrites() { - return [ - { - source: '/script.12587e3213z2t1891zaz.js', // plausible script proxy - destination: 'https://plausible.io/js/script.outbound-links.js', - }, - { - source: '/api/12761a4481f2x6771zab', // plausible api proxy - destination: 'https://plausible.io/api/event', - }, - ] + return [] }, webpack: (config, { dev, isServer }) => { config.module.rules.push({