mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
chore: proxy plausible (#3032)
This commit is contained in:
parent
311df70a3f
commit
d2e07636c9
@ -9,6 +9,7 @@ module.exports = {
|
||||
favicon: 'img/favicon.ico',
|
||||
organizationName: 'caos',
|
||||
projectName: 'zitadel',
|
||||
scripts: [{src: '/proxy/js/script.js', async: true, defer: true, 'data-domain': 'docs.zitadel.ch', 'data-api': '/proxy/api/event'}],
|
||||
themeConfig: {
|
||||
zoomSelector: '.markdown :not(em) > img',
|
||||
navbar: {
|
||||
@ -142,12 +143,6 @@ module.exports = {
|
||||
],
|
||||
],
|
||||
plugins: [
|
||||
[
|
||||
'docusaurus-plugin-plausible',
|
||||
{
|
||||
domain: 'docs.zitadel.ch',
|
||||
},
|
||||
],
|
||||
require.resolve('plugin-image-zoom'),
|
||||
],
|
||||
stylesheets: [
|
||||
|
Loading…
Reference in New Issue
Block a user