From 7c60a731cf002d3efe7f914acb739c0e2f131ffb Mon Sep 17 00:00:00 2001 From: Nikita Zaporozhets Date: Thu, 17 Aug 2023 12:42:43 +0300 Subject: [PATCH] revert Signed-off-by: Nikita Zaporozhets --- .vitepress/config.mts | 2 +- vercel.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 803bc541..33bf8b55 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -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: { diff --git a/vercel.json b/vercel.json index 0926afe6..b19734e9 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "rewrites": [{ "source": "/(.*)", "destination": "/" }] + "rewrites": [{ "source": "/sora-docs/(.*)", "destination": "/sora-docs/" }] } \ No newline at end of file