Skip to content

Commit

Permalink
fix: hopefully really fix it all
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 30, 2024
1 parent 50920d0 commit f2a5355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class App {
async show_document(url: string) {
const target = this.media_query.matches ? this.document_view : this.search_results;
// Le beau rêve de Donalda réalisé
url = ALEXI_URL + url.replace("/serafim", "/alexi");
url = ALEXI_URL + url.replace("/serafim", "/");
target.style.display = "block";
target.innerHTML = "";
const result = await fetch(url);
Expand Down

0 comments on commit f2a5355

Please sign in to comment.