Skip to content

Commit

Permalink
#590 HeadlessConfig -> Config
Browse files Browse the repository at this point in the history
  • Loading branch information
wjohnsto committed Oct 20, 2021
1 parent 5a403f2 commit 956485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface Config extends Record<string, unknown> {
*
* @default /api/faust
* @type {string}
* @memberof HeadlessConfig
* @memberof Config
*/
apiBasePath?: string;

Expand Down

0 comments on commit 956485e

Please sign in to comment.