This is an automated email from the ASF dual-hosted git repository.
loogn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/geaflow-website.git
The following commit(s) were added to refs/heads/main by this push:
new 2d3c449 fix: update basePath (#2)
2d3c449 is described below
commit 2d3c449cd92f82caa0d24564de04c36bb345be73
Author: lkm_cc <[email protected]>
AuthorDate: Fri Oct 10 17:17:34 2025 +0800
fix: update basePath (#2)
* Update README.md
* feat: config
* feat: deploy
* feat: add blog/docs
* feat: add i18n/community
* feat: add docs
* feat: page
* feat: add gitignore
* fix: update deploy
* fix: update README
* fix: error display
* fix: error display
* fix: update guide
* fix: update basePath
---
docusaurus.config.ts | 2 +-
src/util/link.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index ce060cf..dac221e 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -7,7 +7,7 @@ const config: Config = {
tagline: 'Dinosaurs are cool',
favicon: 'img/favicon.png',
url: 'https://apache.github.io/',
- baseUrl: 'geaflow-website/',
+ baseUrl: '',
onBrokenLinks: "warn",
markdown: {
format: "md",
diff --git a/src/util/link.ts b/src/util/link.ts
index 862ac18..05b92f3 100644
--- a/src/util/link.ts
+++ b/src/util/link.ts
@@ -4,7 +4,7 @@ import { getStorage } from "@site/src/util/localStorage";
export const historyPushLinkAt = (
path: string
) => {
- const basePath = '/geaflow-website'
+ const basePath = ''
const { pathname } = window.location
const lang = pathname.includes('/zh-CN') ? '/zh-CN' : ''
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]