Skip to content

Commit

Permalink
feat: build for develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi committed Oct 3, 2024
1 parent 041552c commit 20a982b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ export default defineConfig({
items: [
isLatest
? {
text: 'Stable',
link: 'https://lukicenturi.github.io/rotki-docs/',
target: '_blank',
}
text: 'Stable',
link: 'https://docs.rotki.com/',
target: '_blank',
}
: {
text: 'Latest',
link: 'https://lukicenturi.github.io/rotki-docs/latest/',
target: '_blank',
},
text: 'Latest',
link: 'https://docs.rotki.com/latest/',
target: '_blank',
},
],
},
],
Expand Down

0 comments on commit 20a982b

Please sign in to comment.