You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customise the home page title and logo using the eventcatalog.config.js
/** @type {import('@eventcatalog/core/bin/eventcatalog.config').Config} */
export default {
title: "My Event Catalog",
tagline: "Discover and document My event-driven architecture",
organizationName: "MY Organisation",
logo: {
alt: "My logo",
src: "/logo.svg",
text: "EventCatalog",
},
...
}
This happened:
The home page is still showing the default "Welcome to EventCatalog" title and there is no logo.
eventcatalog.config.js does not seem to have any effect on the home page (Not the docs home page).
I tried this:
Customise the home page title and logo using the eventcatalog.config.js
This happened:
The home page is still showing the default "Welcome to EventCatalog" title and there is no logo.
eventcatalog.config.js does not seem to have any effect on the home page (Not the docs home page).
I expected this:
To be able to customise the home page.
Is there a workaround?
No response
Anything else?
No response
EventCatalog Version
@eventcatalog/[email protected]
Node.js Version
v20.18.0
Platform(s)
MacOS
Community Notes
The text was updated successfully, but these errors were encountered: