WithScriptPath(NormalizedPath) Method
Controls the output path of the script file (by default the destination of the script file is "search.js").
Namespace
Statiq.Lunr
Containing Type
GenerateLunrIndex

Syntax

public GenerateLunrIndex WithScriptPath(in NormalizedPath scriptPath)

Parameters

Name Type Description
scriptPath NormalizedPath The script path.

Return Value

Type Description
GenerateLunrIndex The current module instance.