diff --git a/docs/index.html b/docs/index.html
index bd490ffa..edae7316 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -50,7 +50,6 @@
window.$docsify = {
// GENERAL
// -----------------------------------------------------------------
- basePath: '/test',
name: 'M5Stack docs',
// repo: 'https://github.com/m5stack/m5-docs',
homepage: 'index.md',
@@ -78,7 +77,7 @@
mergeNavbar: true,
maxLevel: 4,
subMaxLevel: 3,
- basePath: '/',
+ basePath: '/test/',
formatUpdated: '{MM}/{DD} {HH}:{mm}',
executeScript: true,
ga: 'UA-131246469-2'