Skip to content

Commit d22e192

Browse files
committed
Fix docs assets
1 parent e2b2e76 commit d22e192

File tree

11 files changed

+8
-7
lines changed

11 files changed

+8
-7
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
base: "/retour-for-kirby/",
99
appearance: "force-dark",
1010
cleanUrls: true,
11-
head: [["link", { rel: "og:image", href: "./ogimage.png" }]],
11+
head: [["link", { rel: "og:image", href: "/ogimage.png" }]],
1212
themeConfig: {
1313
logo: "/scribbles.svg",
1414

docs/failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ When you open up Retour, you will be shown the data of the current month. The se
88

99
You can change the selected timespan by using the navigation bar: moving between previous and next month or even changing the span to a full year, a day or any custom interval:
1010

11-
![Change timespan](timespan.png)
11+
![Change timespan](/timespan.png)
1212

1313
## Add as redirect
1414

@@ -20,6 +20,6 @@ Once you save that new route, all failure entries for that path will also be mar
2020

2121
Depending on your use case, you might want to clear the logs from time to time. This can be either done manually by clicking the button above the failures table:
2222

23-
![Clear the log](clear.png)
23+
![Clear the log](/clear.png)
2424

2525
Or automatically via the `distantnative.retour.deleteAfter` option.

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hero:
55
name: "Retour"
66
text: "for Kirby"
77
tagline: Redirects and 404 tracking from the Panel
8-
image: ./scribbles.svg
8+
image: /scribbles.svg
99
actions:
1010
- theme: brand
1111
text: Download
@@ -26,4 +26,4 @@ features:
2626
details: All directly from the Panel in a familiar UI without writing any code.
2727
---
2828

29-
![Retour view in the Panel](./retour.png)
29+
![Retour view in the Panel](/retour.png)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/redirects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
To create a new redirect, click on the `Add` button above the table. A drawer opens in which you can enter all the required details. By clicking on any table row or selecting the dropdown option, you can edit an existing route - or delete it:
66

7-
![Edit a redirect](edit.png)
7+
![Edit a redirect](/edit.png)
88

99
### Path
1010

0 commit comments

Comments
 (0)