Skip to content

Commit

Permalink
refactor: improve the way to export static demo routes (#1548)
Browse files Browse the repository at this point in the history
* refactor: improve the way to export static demo routes

* refactor: disable prerender for 404 page

* refactor: use exportHtmlData for relative publicPath
  • Loading branch information
PeachScript committed Mar 16, 2023
1 parent c79ff6a commit 943bee2
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 149 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@swc/core": "^1.2.224",
"@types/hast": "^2.3.4",
"@types/mdast": "^3.0.10",
"@umijs/bundler-utils": "^4.0.55",
"@umijs/core": "^4.0.55",
"@umijs/bundler-utils": "^4.0.59",
"@umijs/core": "^4.0.59",
"animated-scroll-to": "^2.3.0",
"classnames": "2.3.2",
"codesandbox": "^2.2.3",
Expand Down Expand Up @@ -122,7 +122,7 @@
"remark-rehype": "^10.1.0",
"sass": "^1.55.0",
"sitemap": "^7.1.1",
"umi": "^4.0.55",
"umi": "^4.0.59",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"unist-util-visit-parents": "^5.1.1",
Expand All @@ -141,7 +141,7 @@
"@types/pluralize": "^0.0.29",
"@types/react": "^18.0.16",
"@types/react-copy-to-clipboard": "^5.0.4",
"@umijs/lint": "^4.0.55",
"@umijs/lint": "^4.0.59",
"@umijs/plugins": "4.0.32",
"dumi-theme-mobile": "workspace:*",
"eslint": "^8.20.0",
Expand Down

0 comments on commit 943bee2

Please sign in to comment.