Skip to content

Commit

Permalink
hydration error
Browse files Browse the repository at this point in the history
  • Loading branch information
vekamo committed Aug 15, 2024
1 parent c9ce8a1 commit a92e13d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ export default defineConfig({
{ icon: 'github', link: 'https://github.com/mwcproject/docs.mwc.mw' }
]
},

// The transformPageData hook should be outside the themeConfig object
transformPageData(pageData) {
// Check if the current page is the "wallet/ledger/" index
if (pageData.relativePath === 'wallet/ledger/index.md') {
// Add redirect frontmatter
pageData.frontmatter = {
...pageData.frontmatter,
redirect: '/wallet/ledger/get-started',
};
}
return pageData;
},
});


Expand Down
15 changes: 0 additions & 15 deletions wallet/ledger.md

This file was deleted.

0 comments on commit a92e13d

Please sign in to comment.