aboutsummaryrefslogtreecommitdiff
path: root/middleware
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-07-13 16:07:24 -0400
committerBobby <[email protected]>2023-07-13 16:07:24 -0400
commitc9c0ee4e963e79910dd347c8adc4418ae818690a (patch)
tree28abed25590845b337eeb8633370706fbbc57b4a /middleware
parent8171d41e66484ab140df28bf44f6e95deb72de2f (diff)
downloadthatcomputerscientist-c9c0ee4e963e79910dd347c8adc4418ae818690a.tar.xz
thatcomputerscientist-c9c0ee4e963e79910dd347c8adc4418ae818690a.zip
Update Branding and Redirect to `shi.foo`
Diffstat (limited to '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 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