From 68328c01db97e698ada65beaa5aa3e7fe5ce4c3f Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 4 Jan 2024 16:33:45 +0100 Subject: [PATCH] fix: docusaurus issue "Unable to build website for locale en" Signed-off-by: David Dal Busco --- blog/2024-01-04-local-development/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2024-01-04-local-development/index.md b/blog/2024-01-04-local-development/index.md index b42fd9f2..74570201 100644 --- a/blog/2024-01-04-local-development/index.md +++ b/blog/2024-01-04-local-development/index.md @@ -127,7 +127,7 @@ await initJuno({ }); ``` -With the local dApp server active, you can now access it in your browser at [http://localhost:4321](http://localhost:4321]). +With the local dApp server active, you can now access it in your browser at [http://localhost:4321](http://localhost:4321). Upon visiting the site, you'll find an option to sign in using Internet Identity. Since everything is deployed locally in a sandbox, your existing identity (anchor) won't be recognized, that's why you will have to create a new one.