diff --git a/_docs/server/main.go b/_docs/server/main.go index 189202508..fee92a15e 100644 --- a/_docs/server/main.go +++ b/_docs/server/main.go @@ -34,7 +34,7 @@ var rootPath = "" func init() { _, path, _, _ := runtime.Caller(0) - rootPath = filepath.Join(filepath.Dir(path), "..", "public") + rootPath = filepath.Join(filepath.Dir(path), "..", "..", "docs") } func main() {