mirror of
https://github.com/tauri-apps/tauri-search.git
synced 2026-02-04 02:41:20 +01:00
fix: typo
This commit is contained in:
@@ -48,6 +48,6 @@ export const ProseMapper: ModelMapper<MarkdownAst, IProseModel> = (i) => {
|
||||
code: i.programmingLanguages,
|
||||
text: i.text,
|
||||
|
||||
url: `${TAURI_BASE_URL}/${i.filepath.replace("docs/", ""}/${i.filename.replace(".md", "")}`,
|
||||
url: `${TAURI_BASE_URL}/${i.filepath.replace("docs/", "")}/${i.filename.replace(".md", "")}`,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user