This is an automated email from the ASF dual-hosted git repository. jmclean pushed a commit to branch fix_matomo in repository https://gitbox.apache.org/repos/asf/gravitino-site.git
commit 1329808d6a4288d1be80bec00ab7130e7bb706f9 Author: Justin Mclean <[email protected]> AuthorDate: Thu Jun 5 07:32:22 2025 +0800 fix matomo path --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index deddd227b..7350ea30d 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -206,7 +206,7 @@ const config: Config = { themes: ['docusaurus-theme-openapi-docs', '@docusaurus/theme-mermaid'], scripts: [ { - src: 'js/matomo.js', + src: '/js/matomo.js', async: true, }, ]
