From 07058c3233cc685b6546941a41d3655a3d202e6f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 26 Jun 2021 22:28:55 +0100 Subject: [PATCH] Use correct plausible domain --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 1dcf6ad..3de1cfa 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -22,7 +22,7 @@ module.exports = { resolve: 'gatsby-plugin-plausible', options: { domain: 'notes.theorangeone.net', - customDomain: 'plausible.theorangeone.net' + customDomain: 'elbisualp.theorangeone.net' } } ],