Skip to main content

Type Alias: removeSourceUrlType

removeSourceUrlType = object

Defined in: packages/core/src/utils/removeSourceUrl.ts:3

Properties

backendUrl

backendUrl: string

Defined in: packages/core/src/utils/removeSourceUrl.ts:12

The backend url.


link: string

Defined in: packages/core/src/utils/removeSourceUrl.ts:7

The link url, possibly with the source url.


optional nonEmptyLink: boolean

Defined in: packages/core/src/utils/removeSourceUrl.ts:23

If the removal of source url from link leads to a empty string, this setting control whether a '/' should be returned or the empty string


publicUrl?

optional publicUrl: string

Defined in: packages/core/src/utils/removeSourceUrl.ts:17

The public url. Defaults to '/'.