From b9b7ae1cac1e82c0a7e8ad3dea893e0d42460e90 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 12 May 2024 03:09:12 +0900 Subject: [PATCH] docs: update configuration.md minor fix --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 0022c82..1dc92b3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -155,7 +155,7 @@ Say you have a directory `glance-assets` with a file `gitea-icon.png` in it and assets-path: /home/user/glance-assets ``` -To be able to point to an asset from your assets path, use the the `/assets/` path like such: +To be able to point to an asset from your assets path, use the `/assets/` path like such: ```yaml icon: /assets/gitea-icon.png