diff --git a/vitepress/.vitepress/config.mjs b/vitepress/.vitepress/config.mjs
index 061495a..edd4d00 100644
--- a/vitepress/.vitepress/config.mjs
+++ b/vitepress/.vitepress/config.mjs
@@ -104,7 +104,7 @@ export default defineConfig({
},
footer: {
- message: 'Got any comment or question about the content? Feel free to send me an email or use GitHub discussions or issues.',
+ message: 'Got any comment or question about the content? Feel free to send me an email or use GitHub discussions or issues. You can also ask me anything.',
// copyright: 'Copyright © 2023-present Mehdi Merah'
}
},
diff --git a/vitepress/index.md b/vitepress/index.md
index 7acb684..1ef32bf 100644
--- a/vitepress/index.md
+++ b/vitepress/index.md
@@ -16,7 +16,7 @@ hero:
features:
- title: What to expect
- details: I don’t know yet. Web development stuff, rants, code, jokes. You can also [ask me anything](./notes/2024-10-01-ask-me-anything.md).
+ details: I don’t know yet. Web development stuff, rants, code, jokes.
- title: Built with Vitepress
details: I am testing Vitepress to support this space blog.
---