From 752c5c03731aabba5be623af7889e1c42e39d25f Mon Sep 17 00:00:00 2001 From: Barrior Date: Tue, 2 Jan 2024 10:20:00 +0800 Subject: [PATCH] fix: build docs for root domain --- .dumirc.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index e20191f..b21e74e 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -6,8 +6,6 @@ const globalStyles = sass.compile('./examples/global.scss') export default defineConfig({ outputPath: 'docs-dist', - base: '/schema-render/', - publicPath: '/schema-render/', resolve: { docDirs: ['examples'], },