From c9c0ee4e963e79910dd347c8adc4418ae818690a Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 13 Jul 2023 16:07:24 -0400 Subject: Update Branding and Redirect to `shi.foo` --- middleware/globalmetamiddleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'middleware') diff --git a/middleware/globalmetamiddleware.py b/middleware/globalmetamiddleware.py index a70efc8c..841b8bf1 100644 --- a/middleware/globalmetamiddleware.py +++ b/middleware/globalmetamiddleware.py @@ -8,7 +8,7 @@ class GlobalMetaMiddleware: request.meta = { # Default General Meta Tags 'description': 'Welcome to the home of That Computer Scientist. I am Kumar Priyansh. This is my personal website where I share all of my thoughts, ideas, and experiences.', - 'image': 'https://thatcomputerscientist.com/static/images/logo/logo.png', + 'image': 'https://shi.foo/static/images/logo/logo.png', 'url': '{}://{}{}'.format(request.scheme, request.get_host(), request.path), # Robots Meta Tags -- cgit v1.2.3