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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -17,6 +17,8 @@ This will output two directories
- `out`- Your EventCatalog as Static HTML (recommended to use)
- `.next`- If you wish to deploy to NextJS (NextJS outputs this by default, recommended to use the `out` directory)
If you intend to deploy your catalog not in root of your domain (e.g. *www.abc.com/my-catalog/*) you need to set `basePath: '/my-catalog'` property in the
[`eventcatalog.config.js`](api/eventcatalog.config.js.md) otherwise the output will not look like you would expect.