Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Try fix production reference 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed May 17, 2023
1 parent 139d516 commit 9ccd312
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.3+139d516 (Released 2023-5-17)
* Bugfixes:
* [[#139d516](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/139d51685308c064eb84c7b831118a21f86513c3)] Fix url issue for searchbar :bug:

### 1.0.2+363462c (Released 2023-5-17)
* Additions:
* [[#363462c](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/363462ca1d0f574e5916b7003978b026dee9e46c)] Update template dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/Nfdi4Plants.Fornax.Template/content/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nfdi4plants-fornax-template",
"version": "1.0.2+363462c",
"version": "1.0.3+139d516",
"description": "A fornax template implementing nfdi4plants web-components for documentation.",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/Nfdi4Plants.Fornax/Loaders.fs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ type Docs with
addSidebar |> Option.map (Aux.getSidebar contentDir productionBasePath useNewSidebar)

let searchbar =
if includeSearchbar then SubComponents.PagefindSearchbar.create(?productionBasePath=productionBasePath) |> Some else None
if includeSearchbar then SubComponents.PagefindSearchbar.create((*?productionBasePath=productionBasePath*)) |> Some else None

let content = Aux.getContent text

Expand Down

0 comments on commit 9ccd312

Please sign in to comment.