Skip to content

Commit

Permalink
🤔 save-file: 尝试实现外部链接打开;
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Aug 21, 2024
1 parent cc05a96 commit 72dba74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/monorepo-4/src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ export default navbar([
icon: "book",
link: "https://theme-hope.vuejs.press/zh/",
},
// 怀疑这里无法打开一个有意义的SPA。无法启动 eslint-config-inspector 内所需的nitro服务。
// {
// text: "eslint-config-inspector",
// // link: "../../../../.eslint-config-inspector/index.html",
// link: "/eslint-config-inspector/index",
// // target: "/eslint-config-inspector/index.html",
// },
]);

0 comments on commit 72dba74

Please sign in to comment.