aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-10-04 17:35:44 -0400
committerBobby <[email protected]>2024-10-04 17:35:44 -0400
commit82a0c62f9bfe8cbc3da43e2f70fd6aea22505a39 (patch)
tree5962f89e67340cfa4c11ce90ba0b87d1535c3f79
parent07058fd5f77d9347a543207277507fa7b2908121 (diff)
downloadyugen-82a0c62f9bfe8cbc3da43e2f70fd6aea22505a39.tar.xz
yugen-82a0c62f9bfe8cbc3da43e2f70fd6aea22505a39.zip
fixed global meta middleware
-rw-r--r--middleware/globalmetamiddleware.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/middleware/globalmetamiddleware.py b/middleware/globalmetamiddleware.py
index 377f8cb..a354f5a 100644
--- a/middleware/globalmetamiddleware.py
+++ b/middleware/globalmetamiddleware.py
@@ -25,7 +25,7 @@ class GlobalMetaMiddleware:
request.meta = {
"title": "Yugen — Stream Anime | Read Manga | Anime Schedule | Anime List",
"description": "Welcome to Yugen! Stream anime and read manga. Get the latest anime schedule and browse and add anime to your watchlist.",
- "image": "https://anime.rize.moe/static/icons/yugen.png",
+ "image": "https://anime.rize.moe/static/icons/Yugen.png",
"url": "{}://{}{}".format(request.scheme, request.get_host(), request.path),
"robots": "index, follow",
}