chore: 更新文档base

This commit is contained in:
roymondchen 2022-12-01 17:51:21 +08:00
parent f360db1859
commit 75eddb913b
2 changed files with 2 additions and 4 deletions

View File

@ -10,8 +10,6 @@ TMagic 可视化搭建平台。
目前文档仍在逐步完善中,如有疑问欢迎给我们提 issue。
[教程](https://tencent.github.io/tmagic-editor/docs/tutorial/hello-world.html)
# Playground 体验
https://tencent.github.io/tmagic-editor/playground/index.html

View File

@ -5,6 +5,8 @@ export default defineConfig({
title: 'tmagic-editor',
description: '页面可视化平台',
base: '/tmagic-editor/docs/',
head: [
['meta', { name: 'theme-color', content: '#646cff' }],
],
@ -370,8 +372,6 @@ export default defineConfig({
},
vite: {
base: '/tmagic-editor/docs/',
optimizeDeps: {
esbuildOptions: {
define: {