Skip to content

Commit

Permalink
test
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 18, 2023
1 parent 06597b1 commit cc4cb25
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: "/sora-docs/",
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,5 +1,5 @@
{
"rewrites": [
{ "source": "(.*)", "destination": "/$1" }
{ "source": "/sora-docs/(.*)", "destination": "/sora-docs/$1" }
]
}

0 comments on commit cc4cb25

Please sign in to comment.