1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 04:37:00 +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',
options: {
domain: 'notes.theorangeone.net',
customDomain: 'plausible.theorangeone.net'
customDomain: 'elbisualp.theorangeone.net'
}
}
],