From 4536d67268b9e91f8ef756442a474a631c67aa01 Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Mon, 4 Mar 2024 20:11:41 +0800 Subject: [PATCH] fixed github link --- docs/.env | 2 +- docs/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.env b/docs/.env index 145a219e8..2df99a6d3 100644 --- a/docs/.env +++ b/docs/.env @@ -1 +1 @@ -STACKFRAME_URL=localhost:8105 \ No newline at end of file +STACKFRAME_URL=localhost:8100 \ No newline at end of file diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index feef0c131..d49c4950b 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -81,7 +81,7 @@ const config = { position: "left", }, { - href: "https://github.com/facebook/docusaurus", + href: "https://github.com/stackframe-projects/stack", label: "GitHub", position: "right", },