Skip to content

Commit

Permalink
docs: 触发文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xiexingen committed Jan 1, 2024
1 parent f7dd697 commit 9fdd530
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
21 changes: 21 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,25 @@ export default defineConfig({
themeConfig: {
name: 'topology-designable',
},
base: '/topology-designable/',
publicPath: '/topology-designable/',
// 国内提速,部分案例会使用不了(如:web worker部分的案例)
// publicPath: 'https://fastly.jsdelivr.net/gh/xiexingen/topology-designable@gh-pages/', // cdn.jsdelivr.net
// publicPath: 'https://github.com.cnpmjs.org/xiexingen/blog/tree/gh-pages/',
// favicons: [
// "https://user-images.githubusercontent.com/9554297/83762004-a0761b00-a6a9-11ea-83b4-9c8ff721d4b8.png",
// ],
// mode: 'site',
// more config: https://d.umijs.org/config
exportStatic: {},
// styles: [],
// links: [
// {
// rel: 'stylesheet',
// href: 'https://unpkg.com/@alifd/[email protected]/dist/next-noreset.min.css',
// },
// { rel: 'stylesheet', href: '/style.css' },
// ],
// copy: ['CNAME'], // 自定义域名,放public文件夹即可
// ssr: {},
});
25 changes: 0 additions & 25 deletions .umi.ts

This file was deleted.

0 comments on commit 9fdd530

Please sign in to comment.