Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <[email protected]>
  • Loading branch information
Nikita Zaporozhets committed Aug 17, 2023
1 parent 77bd802 commit 7c60a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import markdownItKatex from "markdown-it-katex";
export default defineConfig({
lang: "en-US",
title: "docs",
//base: "",
base: "/sora-docs/",
description: "Guides, how-tos, architecture",
head: [["meta", { name: "keywords", content: "SORA ecosystem" }]],
themeConfig: {
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"rewrites": [{ "source": "/(.*)", "destination": "/" }]
"rewrites": [{ "source": "/sora-docs/(.*)", "destination": "/sora-docs/" }]
}

0 comments on commit 7c60a73

Please sign in to comment.