From b5182a67c9de6dc79be632feb3b509505fe6f82d Mon Sep 17 00:00:00 2001 From: Donna Date: Tue, 11 Mar 2025 13:32:06 +0100 Subject: [PATCH] updating metadata when sharing documentation link --- theme.config.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme.config.jsx b/theme.config.jsx index 692256b..bae1537 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -11,5 +11,9 @@ export default { i18n: [ { locale: 'en-US', text: 'English' }, { locale: 'nl-NL', text: 'Nederlands' }, - ] + ], + project: { + title: "Alkemio - Safe Spaces for Collaboration", + description: "Join Alkemio! Achieve your goals. Safe smart spaces for collective action." + } } \ No newline at end of file