lib/makePublicRoute
이 콘텐츠는 아직 해당 언어로 제공되지 않습니다.
Functions
Section titled “Functions”makePublicRoute()
Section titled “makePublicRoute()”function makePublicRoute(route: string): string
Defined in: studiocms/packages/studiocms/src/lib/makePublicRoute.ts:7
Constructs a public route path for StudioCMS resources.
Parameters
Section titled “Parameters”string
The specific route to be appended to the public path.
Returns
Section titled “Returns”string
The full public path for the given route.