interface ExcludesSsrPaths

Methods

void
except(array|string $paths)

Exclude the given paths from server-side rendering.

Details

at line 14
void except(array|string $paths)

Exclude the given paths from server-side rendering.

Parameters

array|string $paths

Return Value

void