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

Commit

Permalink
Try fix link issue in production 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed May 17, 2023
1 parent 9ccd312 commit b41b773
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.4+9ccd312 (Released 2023-5-17)
* Bugfixes:
* [[#9ccd312](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/9ccd312169f12a2cdb48ae617652a0fdc94f9ddb)] Try fix production reference :bug:

### 1.0.3+139d516 (Released 2023-5-17)
* Bugfixes:
* [[#139d516](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/139d51685308c064eb84c7b831118a21f86513c3)] Fix url issue for searchbar :bug:
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.3+139d516",
"version": "1.0.4+9ccd312",
"description": "A fornax template implementing nfdi4plants web-components for documentation.",
"type": "module",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/Nfdi4Plants.Fornax/SubComponents/PagefindSearchbar.fs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ type PagefindSearchbar = class end
else
url
div [HtmlProperties.Custom("slot","searchbar")] [
link [Href <| appendBasePath "/_pagefind/pagefind-ui.css"; Rel "stylesheet"]
script [Src <| appendBasePath "/_pagefind/pagefind-ui.js"; Type "text/javascript"] []
link [Href <| appendBasePath "/pagefind/pagefind-ui.css"; Rel "stylesheet"]
script [Src <| appendBasePath "/pagefind/pagefind-ui.js"; Type "text/javascript"] []
div [Id "search"] []
script [] [
!!"""window.addEventListener('DOMContentLoaded', (event) => {
Expand Down

0 comments on commit b41b773

Please sign in to comment.