From 41eee6484f1b20c7456daa4603f805edf042b2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6khan=20G=C3=BCnd=C3=BCz?= Date: Wed, 25 Sep 2024 12:04:25 +0000 Subject: [PATCH] refactor(*): :tada: update homepage url and edit page at github url --- package.json | 1 + web/docusaurus.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c5344fb..80d83e0 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "type": "git", "url": "git+https://github.com/gokhangunduz/hookstorm.git" }, + "homepage": "https://hookstorm.vercel.app/", "keywords": [ "react", "hooks", diff --git a/web/docusaurus.config.ts b/web/docusaurus.config.ts index 861c492..a5b0484 100644 --- a/web/docusaurus.config.ts +++ b/web/docusaurus.config.ts @@ -31,7 +31,7 @@ const config: Config = { { docs: { sidebarPath: "./sidebars.ts", - editUrl: "https://github.com/gokhangunduz/hookstorm/edit/main/", + editUrl: "https://github.com/gokhangunduz/hookstorm/edit/main/web/", }, theme: { customCss: "./src/css/custom.css",