File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export default [{
4242 } ,
4343
4444 project : [ "./tsconfig.json" ] ,
45- tsconfigRootDir : "./" ,
45+ tsconfigRootDir : __dirname ,
4646 } ,
4747 } ,
4848
Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ Check out the following sections to get started with the MetaMask Delegation Too
4848<CardList
4949 items={[
5050 {
51- href: "/delegation-toolkit/get-started",
51+ href: "/delegation-toolkit/0.12.0/ get-started",
5252 title: "🏁 Get started",
5353 description: "If you're ready to get started building, install the Toolkit and follow a quickstart.",
5454 },
5555 {
56- href: "/delegation-toolkit/how-to",
56+ href: "/delegation-toolkit/0.12.0/ how-to",
5757 title: "🛠️ How-to guides",
5858 description: "To complete specific tasks with the Delegation Toolkit, follow the how-to guides.",
5959 },
6060 {
61- href: "/delegation-toolkit/concepts",
61+ href: "/delegation-toolkit/0.12.0/ concepts",
6262 title: "💭 Concepts",
6363 description: "If you're new to the Delegation Toolkit, learn about some key concepts.",
6464 }
Original file line number Diff line number Diff line change @@ -40,22 +40,22 @@ Check out the following guides to get started with the MetaMask Delegation Toolk
4040<CardList
4141items={[
4242{
43- href: "get-started/install",
43+ href: "/delegation-toolkit/ get-started/install",
4444title: "Install and set up",
4545description: "Install and set up the MetaMask Delegation Toolkit.",
4646},
4747{
48- href: "get-started/smart-account-quickstart",
48+ href: "/delegation-toolkit/ get-started/smart-account-quickstart",
4949title: "MetaMask Smart Accounts quickstart",
5050description: "Create a MetaMask smart account and send a user operation.",
5151},
5252{
53- href: "get-started/smart-account-quickstart/eip7702",
53+ href: "/delegation-toolkit/ get-started/smart-account-quickstart/eip7702",
5454title: "EIP-7702 quickstart",
5555description: "Upgrade an externally owned account to a smart account.",
5656},
5757{
58- href: "get-started/use-the-cli",
58+ href: "/delegation-toolkit/ get-started/use-the-cli",
5959title: "Use the CLI",
6060description: "Use the Delegation Toolkit CLI to bootstrap a project.",
6161}
You can’t perform that action at this time.
0 commit comments