From 0d3f13633b83ad63fa2c50b320c27a0e38094a62 Mon Sep 17 00:00:00 2001 From: James Aprosail Date: Sun, 23 Jun 2024 20:25:58 +0800 Subject: [PATCH] update github pages link --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 65fb575..bfd9fdf 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,11 @@ "markdown-it", "vitepress" ], - "homepage": "https://github.com/treeinfra/markdown-it-wordless", + "homepage": "https://treeinfra.github.io/markdown-it-wordless/", + "repository": { + "type": "git", + "url": "https://github.com/treeinfra/markdown-it-wordless.git" + }, "author": { "name": "James Aprosail", "email": "aprosail@outlook.com",