1
Fork 0
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-11-16 19:39:24 +00: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'
}
}
],