Skip to content

Commit

Permalink
Fix download buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikSchmidt committed Jul 19, 2024
1 parent 88c2da8 commit 0317f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dito/app/resources/staticRoutes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const ROUTE_LANDING: Route = {
title: "Startseite",
};
export const ROUTE_PRECHECK_STATIC_PDF: Route = {
url: `download/${PRE_CHECK_PDF}`,
url: `/download/${PRE_CHECK_PDF}`,
title: "Vorprüfung als PDF",
};

Expand Down Expand Up @@ -74,7 +74,7 @@ export const ROUTE_DOCUMENTATION: Route = {
parent: ROUTE_LANDING.url,
};
export const ROUTE_DOCUMENTATION_STATIC_PDF: Route = {
url: `download/${DOCUMENTATION_PDF}`,
url: `/download/${DOCUMENTATION_PDF}`,
title: "Begleitende Dokumentation als PDF",
};

Expand Down

0 comments on commit 0317f05

Please sign in to comment.