diff --git a/makefile b/makefile
index 6729dfd..af4241c 100644
--- a/makefile
+++ b/makefile
@@ -6,8 +6,8 @@ deploy-aisa:
rsync -avzrlpptv --delete build/ aisa:~/public_html/kb/
deploy-poincare:
- URL="https://kb.mfocko.xyz" BASE_URL="/" yarn run build
- rsync -avzrlpptv --delete build/ poincare:~/public_html/kb/
+ URL="https://blog.mfocko.xyz" BASE_URL="/" yarn run build
+ rsync -avzrlpptv --delete build/ poincare:~/public_html/blog/
deploy: regenerate-dots regenerate-zips deploy-aisa deploy-poincare
diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js
index e79c463..90b106d 100644
--- a/src/components/HomepageFeatures/index.js
+++ b/src/components/HomepageFeatures/index.js
@@ -28,7 +28,7 @@ const FeatureList = [
<>
This content is also deployed on{" "}
aisa or{" "}
- poincare.
+ poincare.
>
),
},