From 847aa09d3d1b9aedfc30242eb2aaf320f9c608d1 Mon Sep 17 00:00:00 2001 From: BIPPAN Date: Mon, 29 Apr 2024 22:27:24 +0530 Subject: [PATCH] add homepage location --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 53594ec..e3ca35e 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,6 @@ "repository": { "type": "git", "url": "https://github.com/bippan1407/vuex-to-pinia" - } + }, + "homepage": "https://bippan1407.github.io/vue-migration-documentation/" }