1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-03 08:03:52 +01:00

Use correct plausible domain

This commit is contained in:
Jake Howard 2021-06-26 22:28:55 +01:00
parent c2c102cfa0
commit 07058c3233
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -22,7 +22,7 @@ module.exports = {
resolve: 'gatsby-plugin-plausible', resolve: 'gatsby-plugin-plausible',
options: { options: {
domain: 'notes.theorangeone.net', domain: 'notes.theorangeone.net',
customDomain: 'plausible.theorangeone.net' customDomain: 'elbisualp.theorangeone.net'
} }
} }
], ],